We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912242 commit a14dc2dCopy full SHA for a14dc2d
Firmware/RTK_Surveyor/Begin.ino
@@ -239,7 +239,7 @@ void beginBoard()
239
240
//For all boards, check reset reason. If reset was due to wdt or panic, append last log
241
loadSettingsPartial(); //Loads settings from LFS
242
- if (esp_reset_reason() == ESP_RST_POWERON)
+ if ((esp_reset_reason() == ESP_RST_POWERON) || (esp_reset_reason() == ESP_RST_SW))
243
{
244
reuseLastLog = false; //Start new log
245
0 commit comments