diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-18 13:42:52 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-18 13:42:52 +0200 |
commit | 844aeaf0a685180633107e89b9d28023ae05bd78 (patch) | |
tree | 2cb00f749e37507b88ae40d7f11f6690764cb3b3 /tracker-stm32/platformio.ini | |
parent | a574c239214a963bec1a2229c077af261130277c (diff) | |
download | lora-aprs-hb9egm-844aeaf0a685180633107e89b9d28023ae05bd78.tar.gz lora-aprs-hb9egm-844aeaf0a685180633107e89b9d28023ae05bd78.tar.bz2 lora-aprs-hb9egm-844aeaf0a685180633107e89b9d28023ae05bd78.zip |
Move tracker into subdira
Diffstat (limited to 'tracker-stm32/platformio.ini')
-rw-r--r-- | tracker-stm32/platformio.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tracker-stm32/platformio.ini b/tracker-stm32/platformio.ini new file mode 100644 index 0000000..a622f22 --- /dev/null +++ b/tracker-stm32/platformio.ini @@ -0,0 +1,18 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html + +[env:nucleo_h743zi] +platform = ststm32 +board = nucleo_h743zi +framework = arduino +lib_deps = + jgromes/RadioLib@^6.0.0 + sparkfun/SparkFun u-blox GNSS Arduino Library@^2.2.22 + arduino-libraries/SD@^1.2.4 |