Baud Rate, Removed arduino projects

This commit is contained in:
2021-04-10 18:44:09 +02:00
parent 4c6875665c
commit e73944fba8
11 changed files with 142 additions and 453 deletions

View File

@@ -0,0 +1,25 @@
; 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:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
monitor_speed = 9600
lib_deps =
mikem/RadioHead@^1.113
;tzapu/WiFiManager@^0.16.0
[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
monitor_speed = 9600
lib_deps = mikem/RadioHead@^1.113