Merge branch 'dev-esp32-wifi' into dev-esp32-mqtt

This commit is contained in:
2025-12-09 00:47:34 +01:00
2 changed files with 18 additions and 12 deletions
@@ -1,10 +1,12 @@
#ifndef WIFI_CREDENTIALS_H
#define WIFI_CREDENTIALS_H
#ifndef CONFIG_H
#define CONFIG_H
// TODO: make this a config.h
#define SSID "your_wifi_ssid"
#define PASSWORD "your_wifi_password"
#define AUTH_MODE WIFI_AUTH_WPA2_PSK
#define MQTT_ADDR "mqtt://yourmqttserver"
#define MQTT_PORT 1883
#endif