feat(01-01): main.cpp — WiFi init, WIFI_PS_NONE, startup animation, coexistence test

- main.cpp: setup() initializes strips, shows green (connecting) then white (connected)
- esp_wifi_set_ps(WIFI_PS_NONE) called immediately after WiFi connects for RMT coexistence
- loop() toggles LED colors every 5s to confirm strip responsiveness
- Coexistence test procedure documented as comment block in main.cpp
- firmware/.gitignore excludes .pio/ and credentials.h
This commit is contained in:
Claude
2026-04-03 13:16:34 +02:00
parent 55aea7a46b
commit 88eb8d38c1
2 changed files with 117 additions and 0 deletions

2
firmware/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.pio/
credentials.h