Skip to content

Commit

Permalink
Inital commit of R4K Field Tester
Browse files Browse the repository at this point in the history
  • Loading branch information
r4wk committed Mar 4, 2022
1 parent 43abacb commit e326350
Show file tree
Hide file tree
Showing 8 changed files with 992 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.tcc": "cpp"
}
}
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ lib_deps =
sparkfun/SparkFun u-blox GNSS Arduino Library@^2.0.9
sparkfun/SparkFun LIS3DH Arduino Library
beegee-tokyo/WisBlock-API@^1.0.7
olikraus/U8g2@^2.32.10
extra_scripts = pre:rename.py
Loading

0 comments on commit e326350

Please sign in to comment.