Skip to content

Commit

Permalink
Specified dependent library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed May 11, 2024
1 parent 1ee9db0 commit 6e6e838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/ESP32/ClassicMQTT/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ framework = arduino
monitor_speed = 115200

lib_deps =
ArduinoJson
IotWebConf@^3.2.0 ; V3.x of IotWebConf
AsyncMqttClient
esp32ModbusTCP
bblanchon/ArduinoJson@^7.0.4
prampec/IotWebConf@^3.2.1 ; V3.x of IotWebConf
marvinroger/AsyncMqttClient@^0.9.0
bertmelis/esp32ModbusTCP@^0.0.1

build_flags =
-D MQTT_MAX_PACKET_SIZE=1024
Expand Down

0 comments on commit 6e6e838

Please sign in to comment.