Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: Could not wake modem for clock sync

Home Forums Mayfly Data Logger Could not wake modem for clock sync Reply To: Could not wake modem for clock sync

#19425
Tom Clark
Participant

    Thank you for the response. I tried without sketch without making any changes and got the same error:

    /Users/tom/Documents/Work/sketch_nov5a/sketch_nov5a.ino: In function ‘void setup()’:
    /Users/tom/Documents/Work/sketch_nov5a/sketch_nov5a.ino:326:5: error: ‘loggerClock’ has not been declared
    loggerClock::setRTCOffset(0);
    /Users/tom/Documents/Work/sketch_nov5a/sketch_nov5a.ino:365:40: error: ‘loggerClock’ has not been declared
    if (getBatteryVoltage() > 3.55 || !loggerClock::isRTCSane()) {
    exit status 1
    Compilation error: ‘loggerClock’ has not been declared