ESP-NOW chat & P4 fixes (#454)

* Espnow chat fix

Fixes chat app not appearing and coexistence with wifi STA mode.
Wifi OFF and obviously not connected, espnow starts.
Wifi ON and connected, espnow starts.
Wifi ON and NOT connected, espnow starts.

* Fix P4 build
This commit is contained in:
Shadowtrance
2026-01-24 21:42:49 +10:00
committed by GitHub
parent b8214fd378
commit 0d16eb606f
7 changed files with 49 additions and 84 deletions
-7
View File
@@ -96,11 +96,4 @@ menu "Tactility App"
help
The minimum time to show the splash screen in milliseconds.
When set to 0, startup will continue to desktop as soon as boot operations are finished.
config TT_WIFI_ENABLED
bool "Enable WiFi Support"
default n
help
Enable WiFi support for Tactility.
Uses native WiFi on ESP32/ESP32-S3 or ESP-Hosted on ESP32-P4.
endmenu