mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-28 16:26:12 +02:00
* improved read / save to eep
This commit is contained in:
parent
f1b19bccfe
commit
778f209eb5
7 changed files with 245 additions and 236 deletions
|
@ -67,4 +67,25 @@
|
|||
// changes the style of "/setup" page, visualized = nicer
|
||||
#define LIVEDATA_VISUALIZED
|
||||
|
||||
// default ntp server uri
|
||||
#define NTP_SERVER_NAME "pool.ntp.org"
|
||||
|
||||
// default ntp server port
|
||||
#define NTP_LOCAL_PORT 8888
|
||||
|
||||
// default MQTT broker uri
|
||||
#define DEF_MQTT_BROKER "\0"
|
||||
|
||||
// default MQTT port
|
||||
#define DEF_MQTT_PORT 1883
|
||||
|
||||
// default MQTT user
|
||||
#define DEF_MQTT_USER "\0"
|
||||
|
||||
// default MQTT pwd
|
||||
#define DEF_MQTT_PWD "\0"
|
||||
|
||||
// default MQTT topic
|
||||
#define DEF_MQTT_TOPIC "inverter"
|
||||
|
||||
#endif /*__CONFIG_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue