> Executing task: C:\Users\Jacob.Lemon\.platformio\penv\Scripts\platformio.exe run < Processing mayfly (board: mayfly; platform: atmelavr; framework: arduino) ----------------------------------------------------------------------------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/mayfly.html PLATFORM: Atmel AVR 2.0.0 > EnviroDIY Mayfly HARDWARE: ATMEGA1284P 8MHz, 16KB RAM, 127KB Flash PACKAGES: toolchain-atmelavr 1.50400.190710 (5.4.0), framework-arduino-avr 5.0.0 Converting testModemLast.ino LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ deep+, Compatibility ~ soft Found 39 compatible libraries Scanning dependencies... Dependency Graph |-- 0.24.0 #ee830bf | |-- 1.3.2 | | |-- 1.0 | |-- 1.1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.2.0 #7d67b45 | | |-- 1.0 | |-- 2.0.0 | | |-- 1.0 | |-- 2.0.1 | | |-- 1.1.1 | | |-- 1.0 | | |-- 1.0 | |-- 1.3.8 | | |-- 1.1.1 | |-- 1.0.6 | | |-- 1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.1.1 | |-- 3.8.0 | | |-- 2.3.5 | |-- 2.3.5 | |-- 1.3.6 | |-- 0.2.1 | | |-- 0.6.8 | |-- 0.1.2 | | |-- 1.0 | |-- 2.7 | |-- 0.6.8 | |-- 0.9.19 #6a60e3b | |-- 0.2.2 | | |-- 0.6.8 | |-- 1.0 | |-- 1.0 | |-- 1.0.1 |-- 1.0.1 |-- 1.1.0 |-- 1.3.2 | |-- 1.0 |-- 1.1.0 | |-- 1.0 |-- 1.0 |-- 0.9.19 #6a60e3b |-- 1.3.6 Building in release mode Compiling .pio\build\mayfly\src\testModemLast.ino.cpp.o Compiling .pio\build\mayfly\lib493\Wire\Wire.cpp.o Compiling .pio\build\mayfly\lib493\Wire\utility\twi.c.o Compiling .pio\build\mayfly\lib8e3\EnviroDIY_DS3231_ID2079\Sodaq_DS3231.cpp.o Archiving .pio\build\mayfly\lib1e9\libEnableInterrupt_ID311.a Compiling .pio\build\mayfly\lib01e\SPI\SPI.cpp.o Compiling .pio\build\mayfly\lib143\SdFat_ID322\FatLib\FatFile.cpp.o Compiling .pio\build\mayfly\lib143\SdFat_ID322\FatLib\FatFileLFN.cpp.o Compiling .pio\build\mayfly\lib143\SdFat_ID322\FatLib\FatFilePrint.cpp.o C:/PlatformioProjects/testModemLast/src/testModemLast.ino: In function 'void setup()': C:/PlatformioProjects/testModemLast/src/testModemLast.ino:401:15: error: 'class DigiXBeeCellularTransparent' has no member named 'wake' modem.wake(); ^ C:/PlatformioProjects/testModemLast/src/testModemLast.ino:402:15: error: 'class DigiXBeeCellularTransparent' has no member named 'setup' modem.setup(); ^ Compiling .pio\build\mayfly\lib143\SdFat_ID322\FatLib\FatFileSFN.cpp.o Archiving .pio\build\mayfly\lib01e\libSPI.a Archiving .pio\build\mayfly\lib493\libWire.a *** [.pio\build\mayfly\src\testModemLast.ino.cpp.o] Error 1 =============================================================== [FAILED] Took 4.83 seconds =============================================================== The terminal process terminated with exit code: 1 Terminal will be reused by tasks, press any key to close it.