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
parent e60fb14e88
commit c7eea3915d
3 changed files with 8 additions and 6 deletions

View file

@ -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)