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
@@ -2,7 +2,7 @@
#include <sdkconfig.h>
#endif
#if defined(CONFIG_TT_WIFI_ENABLED) && !defined(CONFIG_ESP_WIFI_REMOTE_ENABLED)
#if defined(CONFIG_SOC_WIFI_SUPPORTED) && !defined(CONFIG_SLAVE_SOC_WIFI_SUPPORTED)
#include <Tactility/Logger.h>
#include <Tactility/Tactility.h>
@@ -208,4 +208,4 @@ extern const ServiceManifest manifest = {
}
#endif // ESP_PLATFORM
#endif // CONFIG_SOC_WIFI_SUPPORTED && !CONFIG_SLAVE_SOC_WIFI_SUPPORTED