Skip to content

Commit

Permalink
Fix and update a few PlatformIO configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 23, 2023
1 parent daca904 commit ce84514
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions node-esp32-generic/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
src_dir = .

[env:ttgo-t1]
platform = espressif32
platform = espressif32@^2
board = ttgo-t1
framework = arduino

Expand All @@ -22,10 +22,10 @@ lib_ldf_mode = deep+

lib_deps =
vshymanskyy/TinyGSM@^0.10.9
robtillaart/RunningMedian@^0.3.3
robtillaart/[email protected].7
paulstoffregen/OneWire@^2.3.5
bogde/HX711@^0.7.4
bogde/[email protected]
milesburton/DallasTemperature@^3.9.1
bblanchon/ArduinoJson@^6
https://github.com/tzapu/WiFiManager.git#a83ac6e
https://github.com/tzapu/WiFiManager.git#2.0.4-beta
https://github.com/daq-tools/Adafruit_MQTT_Library#maxbuffersize-2048
10 changes: 5 additions & 5 deletions node-esp8266-generic/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
src_dir = .

[env:nodemcu]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino

monitor_speed = 115200

lib_deps =
[email protected]
[email protected]
paulstoffregen/[email protected]
bogde/[email protected]
[email protected]
RunningMedian@0.1.15
robtillaart/RunningMedian@0.3.7
ArduinoJson@^6
https://github.com/daq-tools/Adafruit_MQTT_Library#maxbuffersize-2048
tzapu/WiFiManager@^0.16.0
vshymanskyy/TinyGSM@^0.10.9
tardate/TextFinder
https://github.com/hiveeyes/TextFinder#modernize
8 changes: 4 additions & 4 deletions node-gprs-http/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ monitor_speed = 115200

[common]
lib_deps =
paulstoffregen/OneWire@^2.3.5
bogde/HX711@^0.7.4
paulstoffregen/[email protected]
bogde/[email protected]
../libraries/ADS1231
milesburton/DallasTemperature@^3.9.1
robtillaart/DHTStable@^0.2.9
robtillaart/RunningMedian@^0.3.3
robtillaart/[email protected].7
../libraries/DS3231

[env:atmega328p]
Expand All @@ -33,7 +33,7 @@ lib_deps =
rocketscream/Low-Power@^1.6

[env:nodemcu]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino
lib_deps =
Expand Down
4 changes: 2 additions & 2 deletions node-wifi-mqtt-homie-battery/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ monitor_speed = 115200
lib_deps =
marvinroger/Homie@^2
paulstoffregen/OneWire@^2.3.5
bogde/HX711@^0.7.4
bogde/[email protected]
milesburton/DallasTemperature@^3.9.1
robtillaart/RunningMedian@^0.3.3
robtillaart/[email protected].7
4 changes: 2 additions & 2 deletions node-wifi-mqtt-homie-calibration/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ monitor_speed = 115200
lib_deps =
marvinroger/Homie@^2
paulstoffregen/OneWire@^2.3.5
bogde/HX711@^0.7.4
bogde/[email protected]
milesburton/DallasTemperature@^3.9.1
robtillaart/RunningMedian@^0.3.3
robtillaart/[email protected].7
2 changes: 1 addition & 1 deletion node-wifi-mqtt-homie/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ monitor_speed = 115200
lib_deps =
marvinroger/Homie@^2
paulstoffregen/OneWire@^2.3.5
bogde/HX711@^0.7.4
bogde/[email protected]
milesburton/DallasTemperature@^3.9.1
robtillaart/RunningMedian@^0.3.3
8 changes: 4 additions & 4 deletions node-wifi-mqtt/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
src_dir = .

[env:huzzah]
platform = espressif8266
platform = espressif8266@^2
board = huzzah
framework = arduino

monitor_speed = 115200

lib_deps =
joaolopesf/SerialDebug@^0.9.82
[email protected]
[email protected]
paulstoffregen/[email protected]
bogde/[email protected]
[email protected]
robtillaart/DHTStable@^0.2.9
../libraries/ADS1231
RunningMedian@0.1.15
robtillaart/RunningMedian@0.3.7
ArduinoJson@^5
https://github.com/daq-tools/Adafruit_MQTT_Library#maxbuffersize-2048
4 changes: 2 additions & 2 deletions scale-adjust/ADS1231/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ monitor_speed = 115200
[common]
lib_deps =
../../libraries/ADS1231
robtillaart/RunningMedian@^0.3.3
robtillaart/[email protected].7

[env:atmega328p]
platform = atmelavr
Expand All @@ -26,7 +26,7 @@ lib_deps =
${common.lib_deps}

[env:nodemcu]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino
lib_deps =
Expand Down
8 changes: 4 additions & 4 deletions scale-adjust/HX711/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ monitor_speed = 115200

[common]
lib_deps =
bogde/HX711@^0.7.4
robtillaart/RunningMedian@^0.3.3
bogde/[email protected]
robtillaart/[email protected].7

[env:atmega328p]
platform = atmelavr
Expand All @@ -26,14 +26,14 @@ lib_deps =
${common.lib_deps}

[env:nodemcu]
platform = espressif8266
platform = espressif8266@^2
board = nodemcuv2
framework = arduino
lib_deps =
${common.lib_deps}

[env:ttgo-t1]
platform = espressif32
platform = espressif32@^1
board = ttgo-t1
framework = arduino
lib_deps =
Expand Down

0 comments on commit ce84514

Please sign in to comment.