Skip to content

Commit 6e6e838

Browse files
committed
Specified dependent library versions
1 parent 1ee9db0 commit 6e6e838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/ESP32/ClassicMQTT/platformio.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ framework = arduino
1515
monitor_speed = 115200
1616

1717
lib_deps =
18-
ArduinoJson
19-
IotWebConf@^3.2.0 ; V3.x of IotWebConf
20-
AsyncMqttClient
21-
esp32ModbusTCP
18+
bblanchon/ArduinoJson@^7.0.4
19+
prampec/IotWebConf@^3.2.1 ; V3.x of IotWebConf
20+
marvinroger/AsyncMqttClient@^0.9.0
21+
bertmelis/esp32ModbusTCP@^0.0.1
2222

2323
build_flags =
2424
-D MQTT_MAX_PACKET_SIZE=1024

0 commit comments

Comments
 (0)