mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-19 08:42:34 +01:00
fix conjugation
This commit is contained in:
@@ -70,7 +70,7 @@ String ResetReasonClass::get_reset_reason_verbose(uint8_t cpu_id)
|
||||
break;
|
||||
#ifndef CONFIG_IDF_TARGET_ESP32C3
|
||||
case 14:
|
||||
reason_str = F("for APP CPU, reseted by PRO CPU");
|
||||
reason_str = F("for APP CPU, reset by PRO CPU");
|
||||
break;
|
||||
#endif
|
||||
case 15:
|
||||
@@ -152,4 +152,4 @@ String ResetReasonClass::get_reset_reason_short(uint8_t cpu_id)
|
||||
return reason_str;
|
||||
}
|
||||
|
||||
ResetReasonClass ResetReason;
|
||||
ResetReasonClass ResetReason;
|
||||
|
||||
Reference in New Issue
Block a user