passage à plateformio
This commit is contained in:
committed by
Cabillot Julien
parent
b577733898
commit
1cb4f8b6f5
@@ -12,3 +12,9 @@
|
||||
#define mqtt_port 1883
|
||||
#define mqtt_user "XXX"
|
||||
#define mqtt_password "XXX"
|
||||
|
||||
void setup();
|
||||
void setupWifi();
|
||||
void testConnectMQTT();
|
||||
void callbackMQTT(char* topic, byte* payload, unsigned int length);
|
||||
void loop();
|
||||
|
||||
Reference in New Issue
Block a user