; 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 sending data to ThingSpeak [env:mayfly] monitor_speed = 115200 board = mayfly platform = atmelavr framework = arduino lib_ldf_mode = deep+ lib_ignore = RTCZero build_flags = -DSDI12_EXTERNAL_PCINT -DNEOSWSERIAL_EXTERNAL_PCINT -DMQTT_MAX_PACKET_SIZE=240 -DTINY_GSM_RX_BUFFER=64 -DTINY_GSM_YIELD_MS=2 -DMS_YOSEMITECHPARENT_DEBUG -DMS_YOSEMITECHPARENT_DEBUG_DEEP -DMS_LOGGERBASE_DEBUG -DMS_VARIABLEBASE_DEBUG -DMS_SENSORBASE_DEBUG -DMS_VARIABLEARRAY_DEBUG -DMS_VARIABLEARRAY_DEBUG_DEEP lib_deps = EnviroDIY_ModularSensors@0.23.16 https://github.com/PaulStoffregen/AltSoftSerial.git https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git https://github.com/SRGDamia1/NeoSWSerial.git