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 870d435 commit 4aafeb8Copy full SHA for 4aafeb8
src/main.cpp
@@ -35,7 +35,6 @@ unsigned long lastMillis = 0;
35
time_t now;
36
time_t nowish = 1510592825;
37
38
-// declaring custom function to follow C++ validation rules
39
// **************
40
void connectToMqtt();
41
void NTPConnect(void);
@@ -44,6 +43,8 @@ void checkWiFiThenMQTT(void);
44
43
void connectToWiFi(String init_str);
45
void messageReceived(char *topic, byte *payload, unsigned int length);
46
String sendDataToUno(String command, const int timeout, boolean debug);
+void setup();
47
+void loop();
48
49
50
void NTPConnect(void)
0 commit comments