File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ time_t now;
3737time_t nowish = 1510592825 ;
3838
3939// declaring custom function to follow C++ validation rules
40+ // **************
4041void connectToMqtt ();
4142void NTPConnect (void );
4243void sendDataToAWS (void );
4344void checkWiFiThenMQTT (void );
4445void connectToWiFi (String init_str);
4546void messageReceived (char *topic, byte *payload, unsigned int length);
4647String sendDataToUno (String command, const int timeout, boolean debug);
48+ // **************
4749
4850void NTPConnect (void )
4951{
@@ -132,7 +134,7 @@ void sendDataToAWS(void)
132134
133135 // Test if parsing succeeds.
134136 if (error) {
135- Serial.print (F ( " deserializeJson() failed." ) );
137+ Serial.print (" deserializeJson() failed." );
136138 return ;
137139 }
138140
You can’t perform that action at this time.
0 commit comments