-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#pragma once | ||
|
||
#define CREDENTIAL_WIFI_SSID "ESP_LED" | ||
#define CREDENTIAL_WIFI_PASSWORD "12345678" | ||
#define WIFI_SSID "ESP_LED" | ||
#define WIFI_PASSWORD "12345678" | ||
|
||
#define CREDENTIAL_AUTH_USER "esp_lamp" | ||
#define CREDENTIAL_AUTH_PASSWORD "password" | ||
#define AUTH_USER "esp_lamp" | ||
#define AUTH_PASSWORD "password" | ||
|
||
#define MQTT_HOST "example.com" | ||
#define MQTT_PORT (1234u) | ||
#define MQTT_USER "esp_user" | ||
#define MQTT_PASSWORD "esp_pass" | ||
#define MQTT_HOST "example.com" | ||
#define MQTT_PORT (1234u) | ||
#define MQTT_USER "esp_user" | ||
#define MQTT_PASSWORD "esp_pass" |