platformio.ini 819 B

123456789101112131415161718192021222324
  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:current_ranger_nextion]
  11. platform = atmelsam
  12. board = current_ranger
  13. framework = arduino
  14. upload_port = /dev/ttyACM0
  15. ; change microcontroller
  16. board_build.mcu = samd21g18a
  17. ; change MCU frequency
  18. board_build.f_cpu = 48000000L
  19. lib_deps=https://github.com/cmaglie/FlashStorage#master
  20. https://github.com/adafruit/Adafruit_FreeTouch#master
  21. https://git.sweproj.com/IHOLL/EasyNextionLibrary.git#master
  22. lib_ignore=U8g2