migrate platformio.ini to pio 4 (issue #380)
This commit is contained in:
parent
8cd1b67a71
commit
5d1cc10379
@ -51,7 +51,7 @@ lib_deps_lora =
|
|||||||
;MCCI LoRaWAN LMIC library@2.3.2
|
;MCCI LoRaWAN LMIC library@2.3.2
|
||||||
https://github.com/mcci-catena/arduino-lmic.git
|
https://github.com/mcci-catena/arduino-lmic.git
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
U8g2@>=2.25.7
|
U8g2@>=2.26.13
|
||||||
lib_deps_matrix_display =
|
lib_deps_matrix_display =
|
||||||
https://github.com/Seeed-Studio/Ultrathin_LED_Matrix.git
|
https://github.com/Seeed-Studio/Ultrathin_LED_Matrix.git
|
||||||
lib_deps_rgbled =
|
lib_deps_rgbled =
|
||||||
@ -63,8 +63,8 @@ lib_deps_sensors =
|
|||||||
Adafruit BME280 Library@1.0.8
|
Adafruit BME280 Library@1.0.8
|
||||||
lib_deps_basic =
|
lib_deps_basic =
|
||||||
ArduinoJson@^5.13.1
|
ArduinoJson@^5.13.1
|
||||||
Timezone@^1.2.2
|
76@^1.2.2 ;Timezone by Jack Christensen
|
||||||
RTC@^2.3.3
|
274@^2.3.3 ;RTC by Michael Miller
|
||||||
SimpleButton
|
SimpleButton
|
||||||
lib_deps_all =
|
lib_deps_all =
|
||||||
${common.lib_deps_basic}
|
${common.lib_deps_basic}
|
||||||
|
Loading…
Reference in New Issue
Block a user