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 /platformio.ini | |
parent | a574c239214a963bec1a2229c077af261130277c (diff) | |
download | lora-aprs-hb9egm-a.tar.gz lora-aprs-hb9egm-a.tar.bz2 lora-aprs-hb9egm-a.zip |
Move tracker into subdira
Diffstat (limited to 'platformio.ini')
-rw-r--r-- | platformio.ini | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/platformio.ini b/platformio.ini deleted file mode 100644 index a622f22..0000000 --- a/platformio.ini +++ /dev/null @@ -1,18 +0,0 @@ -; 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 |