; 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 ; http://docs.platformio.org/page/projectconf.html [platformio] description = ModularSensors example intended for DRWI users with CTD, turbidity, and LTE signal [env:mayfly] monitor_speed = 115200 board = mayfly platform = atmelavr framework = arduino lib_ldf_mode = deep+ lib_ignore = RTCZero Adafruit NeoPixel Adafruit GFX Library Adafruit SSD1306 Adafruit ADXL343 Adafruit STMPE610 Adafruit TouchScreen Adafruit ILI9341 build_flags = -DSDI12_EXTERNAL_PCINT -DNEOSWSERIAL_EXTERNAL_PCINT ; additional build_flags for modem debugging: ; -DTINY_GSM_DEBUG=Serial ; -DMS_LOGGERMODEM_DEBUG ; -DMS_LOGGERMODEM_DEBUG_DEEP ; -DMS_DIGIXBEE_DEBUG ; -DMS_DIGIXBEECELLULARTRANSPARENT_DEBUG ; -DMS_DIGIXBEECELLULARTRANSPARENT_DEBUG_DEEP ; -DMS_DIGIXBEELTEBYPASS_DEBUG ; -DMS_DIGIXBEELTEBYPASS_DEBUG_DEEP lib_deps = envirodiy/EnviroDIY_ModularSensors@0.33.3 https://github.com/SRGDamia1/NeoSWSerial ; ^^ Use this when working from an official release of the library ; https://github.com/EnviroDIY/ModularSensors.git#develop ; ^^ Use this when if you want to pull from the develop branch monitor_filters = log2file, default, time ; ; The following monitor_flags setting is needed becasue in transparent mode the XBee3 ; uses CR line endings instead of the more typical CR+LF. This setting enables you ; to see all back and forth communication. ; (https://www.envirodiy.org/topic/connecting-xbee3-lte-to-the-internet/#post-13312) ;monitor_flags = ; --eol ; CR