Skip to content

Commit 4aafeb8

Browse files
committed
code cleaning
1 parent 870d435 commit 4aafeb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ unsigned long lastMillis = 0;
3535
time_t now;
3636
time_t nowish = 1510592825;
3737

38-
// declaring custom function to follow C++ validation rules
3938
// **************
4039
void connectToMqtt();
4140
void NTPConnect(void);
@@ -44,6 +43,8 @@ void checkWiFiThenMQTT(void);
4443
void connectToWiFi(String init_str);
4544
void messageReceived(char *topic, byte *payload, unsigned int length);
4645
String sendDataToUno(String command, const int timeout, boolean debug);
46+
void setup();
47+
void loop();
4748
// **************
4849

4950
void NTPConnect(void)

0 commit comments

Comments
 (0)