diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-10 16:14:07 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-10 16:14:07 +0200 |
commit | ad5b307ba39752b01670de19a4e924f724925504 (patch) | |
tree | c1289d9cdd4e3cbd704756787a9d55a61192fe2f /platformio.ini | |
download | lora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.tar.gz lora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.tar.bz2 lora-aprs-hb9egm-ad5b307ba39752b01670de19a4e924f724925504.zip |
Add initial code
Diffstat (limited to 'platformio.ini')
-rw-r--r-- | platformio.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..c9f1023 --- /dev/null +++ b/platformio.ini @@ -0,0 +1,17 @@ +; 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 |