Added ESP32thing, WIFI depending if STA is privided, check licence for WIfi open

This commit is contained in:
Carsten Graf
2025-06-10 16:38:11 +02:00
parent 7856bb229b
commit 22cc4fe99c
6 changed files with 55 additions and 21 deletions

View File

@@ -60,3 +60,22 @@ lib_deps =
esp32async/AsyncTCP@^3.4.2
mlesniew/PicoMQTT@^1.3.0
miguelbalboa/MFRC522@^1.4.12
[env:esp32thing]
board = esp32thing
monitor_speed = 115200
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
targets = uploadfs
board_build.psram = disabled
lib_deps =
bblanchon/ArduinoJson@^7.4.1
esp32async/ESPAsyncWebServer@^3.7.7
lostincompilation/PrettyOTA@^1.1.3
esp32async/AsyncTCP@^3.4.2
mlesniew/PicoMQTT@^1.3.0
miguelbalboa/MFRC522@^1.4.12