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:
2
firmware/.gitignore
vendored
Normal file
2
firmware/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.pio/
|
||||
credentials.h
|
||||
Reference in New Issue
Block a user