Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Oct 30, 2021
1 parent a49fa85 commit 606e607
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
8 changes: 7 additions & 1 deletion examples/balise_2.4v/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#000000",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1a1a1a"
"statusBarItem.hoverBackground": "#1a1a1a",
"editorGroup.border": "#1a1a1a",
"panel.border": "#1a1a1a",
"sash.hoverBorder": "#1a1a1a",
"sideBar.border": "#1a1a1a",
"statusBarItem.remoteBackground": "#000000",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#000000",
}
2 changes: 1 addition & 1 deletion examples/balise_2.4v/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ board_build.f_cpu = 2000000L

lib_deps =
ciband/avr_stl
https://github.com/ngraziano/LMICPP-Arduino.git
ngraziano/LMICPP-Arduino


4 changes: 3 additions & 1 deletion examples/rak811_gps/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"files.associations": {
"algorithm": "cpp",
"initializer_list": "cpp",
"sstream": "cpp"
"sstream": "cpp",
"memory": "cpp",
"new": "cpp"
}
}
4 changes: 2 additions & 2 deletions examples/rak811_gps/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ debug_tool = stlink
monitor_port = COM3
monitor_speed = 115200

build_flags = -O3 -Wno-deprecated-declarations
build_flags = -O3

lib_deps =
ngraziano/LMICPP-Arduino
# sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.0.17
https://github.com/ngraziano/SparkFun_u-blox_GNSS_Arduino_Library.git#add-support-u-blox7
https://github.com/ngraziano/SparkFun_u-blox_GNSS_Arduino_Library.git#forraktracker
STM32duino Low Power
STM32duino RTC

Expand Down
16 changes: 9 additions & 7 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ platform = atmelavr
board = ATMEGA328P
framework = arduino

#board_build.f_cpu = 2000000L
board_build.f_cpu = 8000000L
#upload_speed = 9600
upload_speed = 57600
upload_port = COM9

monitor_port = COM9
board_build.f_cpu = 1000000L
#board_build.f_cpu = 8000000L
upload_speed = 9600
#upload_speed = 57600
upload_port = COM3
# test_port= COM3
# test_speed=57600

monitor_port = COM3
monitor_speed = 9600

build_flags = -Wall -Wextra -O3 -DENABLE_SAVE_RESTORE
Expand Down

0 comments on commit 606e607

Please sign in to comment.