oublie 2/2
This commit is contained in:
parent
81d2fc7914
commit
ec0a08f517
@ -4,14 +4,14 @@
|
||||
#define LED_PIN D0
|
||||
|
||||
// WIFI
|
||||
#define wifi_ssid "XXX"
|
||||
#define wifi_password "XXX"
|
||||
#define WIFI_SSID "XXX"
|
||||
#define WIFI_PASSWORD "XXX"
|
||||
|
||||
// MQTT
|
||||
#define mqtt_server "XXX"
|
||||
#define mqtt_port 1883
|
||||
#define mqtt_user "XXX"
|
||||
#define mqtt_password "XXX"
|
||||
#define MQTT_SERVER "XXX"
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_USER "XXX"
|
||||
#define MQTT_PASS "XXX"
|
||||
|
||||
void setup();
|
||||
void setupWifi();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user