Skip to content

Commit

Permalink
platformio.ini updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Dec 1, 2024
1 parent c31c20a commit b7c10ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio_orig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ upload_speed = 115200 ; set by build.py and taken from hal file
lib_deps_lora =
mcci-catena/MCCI LoRaWAN LMIC library @ ^5.0.1
lib_deps_display =
bitbank2/OneBitDisplay @ ^2.3.1
bitbank2/OneBitDisplay @ ^2.3.2
bitbank2/bb_spi_lcd @ 2.4.4
ricmoo/QRCode @ ^0.0.1
lib_deps_ledmatrix =
Expand Down
7 changes: 6 additions & 1 deletion platformio_orig_s3.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[board]
;halfile = ttgotdongles3.h
halfile = ttgotdongledisplays3.h
;halfile = ttgotdongledisplays3.h
;halfile = ttgotdisplays3.h
halfile = ttgotsupremes3.h

[platformio]
; upload firmware to board with usb cable
Expand All @@ -24,13 +25,17 @@ upload_speed = 115200 ; set by build.py and taken from hal file
lib_deps_all =
bitbank2/BitBang_I2C@ ^2.2.1
bitbank2/bb_spi_lcd @ 2.4.4
bitbank2/OneBitDisplay @ ^2.3.2
fastled/FastLED @ ^3.6.0
https://github.com/cyberman54/libpax.git
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
bblanchon/ArduinoJson @ ^6.21.5
mathertel/OneButton @ ^2.5.0
256dpi/MQTT @ ^2.5.2
ricmoo/QRCode @ ^0.0.1
mikalhart/TinyGPSPlus @ ^1.0.3
lewisxhe/XPowersLib @ ^0.2.6
mcci-catena/MCCI LoRaWAN LMIC library @ ^5.0.1
build_flags_all =
-include "shared/paxcounter.conf"
'-D CORE_DEBUG_LEVEL=${common.debug_level}'
Expand Down

0 comments on commit b7c10ad

Please sign in to comment.