From 29f540a1b6508b46764dbcf9be3ed29cfcfabab1 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Sun, 5 May 2024 16:50:13 +0200 Subject: [PATCH] Update platformio.ini --- ESP32_AP-Flasher/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 3bdb0ebf4..512d3b132 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -1,7 +1,7 @@ ; Try to not create new configs if possible, if in doubt, please ask ; OTA on the official repo will only be published for mass-produced APs, feel free to experiment on your own fork [env] -platform = espressif32@3.20014.231204 +platform = espressif32 @ 3.20014.0 framework = arduino lib_deps = https://github.com/esphome/ESPAsyncWebServer