Skip to content

Commit

Permalink
rev977 RC7 improved pio envs and added new boards
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Dec 29, 2023
1 parent d8c2f48 commit 052141e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ framework = arduino
upload_speed = 1500000
monitor_speed = 115200
version = 0.6.1
revision = 976
revision = 977
# OTA remote update target (change it to none, if you want prevent CanAirIO updates)
target = dev
monitor_filters =
Expand Down Expand Up @@ -168,12 +168,15 @@ build_flags =
-D ARDUINO_USB_CDC_ON_BOOT=1

[env:LORADEVKIT]
extends = oled_common
extends = esp32_common
upload_speed = 921600
board = ttgo-lora32-v1
lib_ignore =
gui-utils-tft
lib_deps =
${oled_common.lib_deps}
mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1
lorawan
;nanopb/Nanopb@^0.4.7
;sabas1080/CayenneLPP @ ^1.1.0
https://github.com/ElectronicCats/CayenneLPP
Expand Down

0 comments on commit 052141e

Please sign in to comment.