mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
count # TCP dropouts - https://github.com/proddy/EMS-ESP/issues/217
This commit is contained in:
@@ -431,6 +431,10 @@ class MyESP {
|
||||
uint8_t _getSystemStabilityCounter();
|
||||
void _setSystemStabilityCounter(uint8_t counter);
|
||||
|
||||
uint8_t _getSystemDropoutCounter();
|
||||
void _setSystemDropoutCounter(uint8_t counter);
|
||||
void _increaseSystemDropoutCounter();
|
||||
|
||||
void _setSystemResetReason(uint8_t reason);
|
||||
uint8_t _getCustomResetReason();
|
||||
void _setCustomResetReason(uint8_t reason);
|
||||
|
||||
Reference in New Issue
Block a user