wifi: fix issue with initialization

tertiary display: implement feature flag to disable
common: remove debug from cargo config, use ESP_LOG="creaturedex:debug"
This commit was merged in pull request #65.
This commit is contained in:
2026-09-15 20:54:48 +02:00
committed by rhetenor
parent ffc5899c33
commit 4f251de3d5
5 changed files with 109 additions and 46 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
runner = "espflash flash --monitor --chip esp32s3"
[env]
ESP_LOG = "debug"
ESP_LOG = "info"
WM_CONN = '{"ssid": "Wokwi-GUEST", "psk": "", "data": {}}'
[build]