Skip to content

Commit

Permalink
Merge branch 'v3-DEV'
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran-desilva committed Oct 23, 2024
2 parents ed8a6bf + f1993b1 commit e46274a
Show file tree
Hide file tree
Showing 234 changed files with 397,091 additions and 115,248 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "Firmware/lib/SdFat"]
path = Firmware/lib/SdFat
url = https://github.com/greiman/SdFat.git
[submodule "Firmware/lib/arduino-LoRa"]
path = Firmware/lib/arduino-LoRa
url = [email protected]:icl-rocketry/arduino-LoRa.git
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": true
}
5 changes: 3 additions & 2 deletions Firmware/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"files.associations": {
"*.ipp": "cpp",
"core": "cpp",
"eigen": "cpp"
"eigen": "cpp",
"esp_vfs_semihost.h": "c"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"git.ignoreLimitWarning": true,
"idf.port": "/dev/cu.usbmodem101"
"idf.port": "/dev/tty.usbmodem2101"
}
Loading

0 comments on commit e46274a

Please sign in to comment.