Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 21, 2024
1 parent 3a35fd6 commit 1396daa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
13 changes: 9 additions & 4 deletions lib/ESPDASH/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@
"version": "4.0.4",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif8266"],
"dependencies":
[
"dependencies": [
{
"name": "ESP Async WebServer"
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.0.4",
"platforms": ["espressif8266", "espressif32"]
},
{
"name": "ArduinoJson"
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"version": "^2.9.3",
"platforms": ["espressif8266", "espressif32"]
}
]
}
26 changes: 13 additions & 13 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ lib_ldf_mode = deep+
lib_deps =
bblanchon/ArduinoJson @ 7.0.4
esp-arduino-libs/ESP32_Button @ 0.0.1
olikraus/U8g2 @ 2.35.9
olikraus/U8g2 @ 2.35.17
mathieucarbou/Async TCP @ 3.0.2
mathieucarbou/Dimmable Light for Arduino @ 2.0.0
mathieucarbou/ESP Async WebServer @ 2.9.2
mathieucarbou/ESP Async WebServer @ 2.9.3
mathieucarbou/MycilaHADiscovery @ 1.0.1
mathieucarbou/MycilaConfig @ 1.4.0
mathieucarbou/MycilaEasyDisplay @ 1.0.2
mathieucarbou/MycilaESPConnect @ 3.2.8
mathieucarbou/MycilaJSY @ 7.0.0
mathieucarbou/MycilaLogger @ 2.2.2
mathieucarbou/MycilaMQTT @ 3.0.1
mathieucarbou/MycilaEasyDisplay @ 1.0.4
mathieucarbou/MycilaESPConnect @ 3.2.9
mathieucarbou/MycilaJSY @ 7.0.1
mathieucarbou/MycilaLogger @ 2.2.3
mathieucarbou/MycilaMQTT @ 3.0.2
mathieucarbou/MycilaNTP @ 2.2.2
mathieucarbou/MycilaPZEM004Tv3 @ 2.0.0
mathieucarbou/MycilaRelay @ 3.0.1
mathieucarbou/MycilaTaskManager @ 1.2.6
mathieucarbou/MycilaPZEM004Tv3 @ 2.0.1
mathieucarbou/MycilaRelay @ 3.0.2
mathieucarbou/MycilaTaskManager @ 1.2.7
mathieucarbou/MycilaTaskMonitor @ 2.0.0
mathieucarbou/WebSerialLite @ 3.0.2
milesburton/DallasTemperature @ 3.11.0
mathieucarbou/WebSerialLite @ 3.0.4
paulstoffregen/OneWire @ 2.3.8
milesburton/DallasTemperature @ 3.11.0
build_flags =
-D BUILD_NAME=\"$PIOENV\"
-Wall -Wextra
Expand Down Expand Up @@ -155,7 +155,7 @@ build_flags =
; 4 days trial (345600 seconds)
-D MYCILA_TRIAL_DURATION=345600
lib_deps =
mathieucarbou/MycilaTrial @ 1.0.0
mathieucarbou/MycilaTrial @ 1.0.1
lib_ignore =
ESPDASH

Expand Down

0 comments on commit 1396daa

Please sign in to comment.