restructured project

This commit is contained in:
Clemens-Dautermann 2022-02-06 19:38:01 +01:00 committed by Clemens-Dautermann
parent 87fd0f35f6
commit 7515726a8f
14 changed files with 5 additions and 1 deletions

15
firmware/platformio.ini Normal file
View file

@ -0,0 +1,15 @@
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = adafruit/Adafruit BMP280 Library@^2.6.1