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,7 +919,7 @@ int loadConfigFromEEPROM()
|
|||||||
aJson.deleteItem(root);
|
aJson.deleteItem(root);
|
||||||
root = aJson.parse(&as);
|
root = aJson.parse(&as);
|
||||||
if (!root) {
|
if (!root) {
|
||||||
debugSerial<<F("\nload failed");
|
debugSerial<<F("\nload failed\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
debugSerial<<F("\nLoaded\n");
|
debugSerial<<F("\nLoaded\n");
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#define FM_OVERHEAT_CELSIUS 40.
|
#define FM_OVERHEAT_CELSIUS 40.
|
||||||
|
|
||||||
#define MIN_VOLUME 10
|
#define MIN_VOLUME 10
|
||||||
#define INIT_VOLUME 30
|
#define INIT_VOLUME 50
|
||||||
|
|
||||||
#define OFFSET_MAC 0
|
#define OFFSET_MAC 0
|
||||||
#define OFFSET_IP OFFSET_MAC+6
|
#define OFFSET_IP OFFSET_MAC+6
|
||||||
|
|||||||
Reference in New Issue
Block a user