The terminal process terminated with exit code: 1 Terminal will be reused by tasks, press any key to close it. > Executing task in folder BearCT: 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 BearCT.ino LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ deep+, Compatibility ~ soft Found 43 compatible libraries Scanning dependencies... Dependency Graph |-- 0.23.16 | |-- 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 #885f305 | |-- 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 #885f305 |-- 1.3.6 Building in release mode Compiling .pio\build\mayfly\src\BearCT.ino.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\modems\DigiXBeeLTEBypass.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\modems\SodaqUBeeR410M.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\publishers\DreamHostPublisher.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\publishers\EnviroDIYPublisher.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\publishers\ThingSpeakPublisher.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\sensors\AOSongAM2315.cpp.o Compiling .pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\sensors\AOSongDHT.cpp.o C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h: In instantiation of 'void {anonymous}::DBG_PLAIN(T) [with T = unsigned char*]': C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:67:14: required from 'void {anonymous}::DBG_PLAIN(T, Args ...) [with T = const char*; Args = {unsigned char*}]' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:75:14: required from 'void {anonymous}::DBG(Args ...) [with Args = {const char*, unsigned char*}]' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmClientSaraR4.h:640:14: required from here :0:16: error: no matching function for call to 'println(unsigned char*&)' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:78:12: note: candidate: size_t Print::println(const String&) size_t println(const String &s); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:78:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid user-defined conversion from 'unsigned char*' to 'const String&' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:231:0, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: candidate is: String::String(const char*) String(const char *cstr = ""); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:231:0, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: initializing argument 1 of 'String::String(const char*)' String(const char *cstr = ""); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:79:12: note: candidate: size_t Print::println(const char*) size_t println(const char[]); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:79:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:80:12: note: candidate: size_t Print::println(char) size_t println(char); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:80:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'char' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:81:12: note: candidate: size_t Print::println(unsigned char, int) size_t println(unsigned char, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:81:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'unsigned char' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:82:12: note: candidate: size_t Print::println(int, int) size_t println(int, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:82:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:83:12: note: candidate: size_t Print::println(unsigned int, int) size_t println(unsigned int, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:83:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'unsigned int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:84:12: note: candidate: size_t Print::println(long int, int) size_t println(long, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:84:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'long int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.h:28, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\DigiXBeeLTEBypass.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:85:12: note: candidate: size_t Print::println(long unsigned int, int) size_t println(unsigned long, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:85:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'long unsigned int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h: In instantiation of 'void {anonymous}::DBG_PLAIN(T) [with T = unsigned char*]': C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:67:14: required from 'void {anonymous}::DBG_PLAIN(T, Args ...) [with T = const char*; Args = {unsigned char*}]' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:75:14: required from 'void {anonymous}::DBG(Args ...) [with Args = {const char*, unsigned char*}]' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmClientSaraR4.h:640:14: required from here :0:16: error: no matching function for call to 'println(unsigned char*&)' C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ *** [.pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\modems\DigiXBeeLTEBypass.cpp.o] Error 1 In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:78:12: note: candidate: size_t Print::println(const String&) size_t println(const String &s); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:78:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid user-defined conversion from 'unsigned char*' to 'const String&' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:231:0, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: candidate is: String::String(const char*) String(const char *cstr = ""); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:231:0, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/WString.h:59:2: note: initializing argument 1 of 'String::String(const char*)' String(const char *cstr = ""); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:79:12: note: candidate: size_t Print::println(const char*) size_t println(const char[]); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:79:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:80:12: note: candidate: size_t Print::println(char) size_t println(char); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:80:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'char' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:81:12: note: candidate: size_t Print::println(unsigned char, int) size_t println(unsigned char, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:81:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'unsigned char' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:82:12: note: candidate: size_t Print::println(int, int) size_t println(int, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:82:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:83:12: note: candidate: size_t Print::println(unsigned int, int) size_t println(unsigned int, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:83:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'unsigned int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:84:12: note: candidate: size_t Print::println(long int, int) size_t println(long, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:84:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'long int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ In file included from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Stream.h:26:0, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/HardwareSerial.h:29, from C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Arduino.h:232, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src/ModSensorDebugger.h:15, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.h:44, from .pio\libdeps\mayfly\EnviroDIY_ModularSensors_ID1648\src\modems\SodaqUBeeR410M.cpp:11: C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:85:12: note: candidate: size_t Print::println(long unsigned int, int) size_t println(unsigned long, int = DEC); ^ C:\Users\Jacob.Lemon\.platformio\packages\framework-arduino-avr\cores\arduino/Print.h:85:12: note: conversion of argument 1 would be ill-formed: :0:16: warning: invalid conversion from 'unsigned char*' to 'long unsigned int' [-fpermissive] C:\Users\Jacob.Lemon\.platformio\lib\TinyGSM\src/TinyGsmCommon.h:60:5: note: in expansion of macro 'TINY_GSM_DEBUG' TINY_GSM_DEBUG.println(last); ^ *** [.pio\build\mayfly\libf7b\EnviroDIY_ModularSensors_ID1648\modems\SodaqUBeeR410M.cpp.o] Error 1 ======================================================================================== [FAILED] Took 6.24 seconds ======================================================================================== The terminal process terminated with exit code: 1 Terminal will be reused by tasks, press any key to close it.