File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ ArduinoIoTCloudLPWAN::ArduinoIoTCloudLPWAN()
6161
6262int ArduinoIoTCloudLPWAN::connected ()
6363{
64- return (_connection->getStatus () == NetworkConnectionState::CONNECTED) ? 1 : 0 ;
64+ return (_connection->check () == NetworkConnectionState::CONNECTED) ? 1 : 0 ;
6565}
6666
6767int ArduinoIoTCloudLPWAN::begin (ConnectionHandler& connection, bool retry)
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ void requestUpdateForAllProperties(PropertyContainer & prop_cont)
9595
9696void updateTimestampOnLocallyChangedProperties (PropertyContainer & prop_cont)
9797{
98- /* This function updates the timestamps on the primitive properties
98+ /* This function updates the timestamps on the primitive properties
9999 * that have been modified locally since last cloud synchronization
100100 */
101101 std::for_each (prop_cont.begin (),
You can’t perform that action at this time.
0 commit comments