mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 04:39:49 +03:00
INIT_VOLUME increased to 50%
This commit is contained in:
@@ -919,8 +919,8 @@ int loadConfigFromEEPROM()
|
||||
aJson.deleteItem(root);
|
||||
root = aJson.parse(&as);
|
||||
if (!root) {
|
||||
debugSerial<<F("\nload failed");
|
||||
return 0;
|
||||
debugSerial<<F("\nload failed\n");
|
||||
return 0;
|
||||
}
|
||||
debugSerial<<F("\nLoaded\n");
|
||||
applyConfig();
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#define FM_OVERHEAT_CELSIUS 40.
|
||||
|
||||
#define MIN_VOLUME 10
|
||||
#define INIT_VOLUME 30
|
||||
#define INIT_VOLUME 50
|
||||
|
||||
#define OFFSET_MAC 0
|
||||
#define OFFSET_IP OFFSET_MAC+6
|
||||
|
||||
Reference in New Issue
Block a user