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