platformio.ini 611 B

123456789101112131415161718192021
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:env1]
  11. platform = atmelavr
  12. board = nanoatmega328
  13. framework = arduino
  14. upload_port = /dev/ttyUSB*
  15. monitor_speed = 115200
  16. lib_deps =
  17. ivanseidel/Thread@0.0.0-alpha+sha.1a4e504c5f
  18. marcoschwartz/LiquidCrystal_I2C@^1.1.4
  19. sui77/rc-switch@^2.6.4