We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d68535 commit e171dbfCopy full SHA for e171dbf
src/CellularConnectionHandler.cpp
@@ -41,7 +41,7 @@ CellularConnectionHandler::CellularConnectionHandler(const char * pin, const cha
41
42
unsigned long CellularConnectionHandler::getTime()
43
{
44
- return _cellular.getCellularTime().getUNIXTimestamp();
+ return _cellular.getCellularTime(false).getUNIXTimestamp();
45
}
46
47
UDP & CellularConnectionHandler::getUDP()
0 commit comments