Corrected a spelling mistake: 'reseted' → 'reset'

This commit is contained in:
Monstertov 2025-08-14 00:44:50 +02:00
parent 255a958ec1
commit bfb5ef2e80

View file

@ -2736,7 +2736,7 @@ void print_reset_reason(int reason) {
break; /**<13, RTC Watch dog Reset CPU*/
case 14:
WS_DEBUG_PRINTLN("EXT_CPU_RESET");
break; /**<14, for APP CPU, reseted by PRO CPU*/
break; /**<14, for APP CPU, reset by PRO CPU*/
case 15:
WS_DEBUG_PRINTLN("RTCWDT_BROWN_OUT_RESET");
break; /**<15, Reset when the vdd voltage is not stable*/