We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e00e38 + f28be3b commit 77a0876Copy full SHA for 77a0876
platformio.ini
@@ -31,7 +31,7 @@ lib_deps =
31
bblanchon/ArduinoJson @ ^6.21.0
32
fastled/FastLED
33
ESP32Async/AsyncTCP
34
- ESP32Async/ESPAsyncWebServer
+ ESP32Async/ESPAsyncWebServer @ 3.8.0
35
36
extra_scripts =
37
pre:${PROJECT_DIR}/htmlconvert.py
src/ui/ProvisioningCard.h
@@ -186,4 +186,4 @@ class ProvisioningCard {
186
// Helper methods for SystemController integration
187
void handleSystemStateChange(const ControllerState& newState);
188
String apiStateToString(ApiState state);
189
-};
+};
0 commit comments