INIT_VOLUME increased to 50%

This commit is contained in:
2019-03-10 01:29:50 +03:00
parent d084849fd6
commit 6a6fbf469b
2 changed files with 3 additions and 3 deletions

View File

@@ -919,8 +919,8 @@ 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");
applyConfig(); applyConfig();

View File

@@ -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