; 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 [platformio] default_envs = camtalk [env] platform = atmelsam board = adafruit_qt_py_m0 framework = arduino ;upload_port = COM8 build_flags = -Wl,-u_printf_float,-u_scanf_float monitor_speed = 115200 [env:powermon] build_src_filter = +<*> -<.git/> -<.svn/> - - [env:allLEDs] build_src_filter = +<*> -<.git/> -<.svn/> - - [env:camtalk] build_src_filter = +<*> -<.git/> -<.svn/> - -