Skip to content

Commit 77a0876

Browse files
authored
Merge pull request #1 from mohaidoss/0.1.3-patch
fix typoe and pin version
2 parents 1e00e38 + f28be3b commit 77a0876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lib_deps =
3131
bblanchon/ArduinoJson @ ^6.21.0
3232
fastled/FastLED
3333
ESP32Async/AsyncTCP
34-
ESP32Async/ESPAsyncWebServer
34+
ESP32Async/ESPAsyncWebServer @ 3.8.0
3535

3636
extra_scripts =
3737
pre:${PROJECT_DIR}/htmlconvert.py

src/ui/ProvisioningCard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ class ProvisioningCard {
186186
// Helper methods for SystemController integration
187187
void handleSystemStateChange(const ControllerState& newState);
188188
String apiStateToString(ApiState state);
189-
};
189+
};

0 commit comments

Comments
 (0)