Files

copied
Last update 7 years 4 months by Jeremy Poulter
FilesBaseFirmwareBase_Firmware
..
lib
src
.gitignore
platformio.ini
platformio.ini
; PlatformIO Project Configuration File ; ; Build options: build flags, source filter, extra scripting ; Upload options: custom port, speed and extra flags ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples ; http://docs.platformio.org/en/stable/projectconf.html [platformio] env_default = mega [common] version = -DVERSION=0.0.1 build_flags_debug = -DDEBUG=1 lib_deps = ArduinoJson [env:mega] platform = atmelavr framework = arduino board = megaatmega1280 build_flags = ${common.version} ${common.build_flags_debug} lib_deps = ${common.lib_deps}
Report a bug