fix: remove esp_wifi.h from esp32board.h

saves ~500 bytes of dram and allows Tbeam to compile again
This commit is contained in:
taco
2026-01-30 15:07:40 +11:00
förälder e60fb14e88
incheckning c7eea3915d
3 ändrade filer med 8 tillägg och 6 borttagningar
+1
Visa fil
@@ -194,6 +194,7 @@ void setup() {
);
#ifdef WIFI_SSID
board.setInhibitSleep(true); // prevent sleep when WiFi is active
WiFi.begin(WIFI_SSID, WIFI_PWD);
serial_interface.begin(TCP_PORT);
#elif defined(BLE_PIN_CODE)