Move definition to config
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
// TODO: make this a config.h
|
||||
|
||||
// WI-FI
|
||||
#define SSID "your_wifi_ssid"
|
||||
#define PASSWORD "your_wifi_password"
|
||||
@@ -14,4 +12,12 @@
|
||||
#define MQTT_USER "your_username"
|
||||
#define MQTT_PASS "your_password"
|
||||
|
||||
// Hardware
|
||||
|
||||
// Change based on how many vases max to manage [1 to ~100]
|
||||
// larger numberss will require larger arrays stored in memory
|
||||
// see AVR limitation on TWI addresses
|
||||
#define SLAVES_NUMBER 8
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user