File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
// #define ESPMQTT_OPENTHERM
39
39
// #define ESPMQTT_SMARTMETER
40
40
// #define ESPMQTT_GROWATT
41
- #define ESPMQTT_GROWATT_MODBUS
41
+ // #define ESPMQTT_GROWATT_MODBUS
42
42
// #define ESPMQTT_SDM120
43
43
// #define ESPMQTT_DDM18SD
44
44
// #define ESPMQTT_WATERMETER
50
50
// #define ESPMQTT_SOIL
51
51
// #define ESPMQTT_DIMMER
52
52
// #define ESPMQTT_RELAY
53
- // #define ESPMQTT_LIVINGROOM
53
+ #define ESPMQTT_LIVINGROOM
54
54
// #define ESPMQTT_BBQTEMP
55
55
// #define ESPMQTT_GOODWE
56
56
@@ -2533,7 +2533,7 @@ void SleepDelay(uint32_t mseconds) {
2533
2533
if (mseconds) {
2534
2534
uint32_t wait = millis () + mseconds;
2535
2535
while (wait > millis () && !Serial.available ()) { // We need to service serial buffer ASAP as otherwise we get uart buffer overrun
2536
- delay (1 );
2536
+ delay (1 );// delayMicroseconds(50);
2537
2537
}
2538
2538
} else {
2539
2539
delay (0 );
You can’t perform that action at this time.
0 commit comments