fix: remove esp_wifi.h from esp32board.h

saves ~500 bytes of dram and allows Tbeam to compile again
Bu işleme şunda yer alıyor:
taco
2026-01-30 15:07:40 +11:00
ebeveyn e60fb14e88
işleme c7eea3915d
3 değiştirilmiş dosya ile 8 ekleme ve 6 silme
+1
Dosyayı Görüntüle
@@ -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)