mirror of https://github.com/arendst/Tasmota.git
- Add support to BMP driver to enter reset state (sleep enable)
This commit is contained in:
parent
d3d6014139
commit
06f053c172
|
@ -654,7 +654,7 @@ bool Xsns09(uint8_t function)
|
||||||
case FUNC_SAVE_BEFORE_RESTART:
|
case FUNC_SAVE_BEFORE_RESTART:
|
||||||
BMP_EnterSleep();
|
BMP_EnterSleep();
|
||||||
break;
|
break;
|
||||||
#endif USE_DEEPSLEEP
|
#endif // USE_DEEPSLEEP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in New Issue