Files
project-vesper/config.h

10 lines
275 B
C

const char* ssid = "SmartNet";
const char* password = "smartpass";
const char* hostname = "ESP32_mqtt_test";
IPAddress ip(10, 98, 30, 150);
IPAddress gateway(10, 98, 30, 1);
IPAddress subnet(255, 255, 255, 0);
#define MQTT_USER "esp32_vesper"
#define MQTT_PASS "vesper"