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 ad7a965 commit 9585b1dCopy full SHA for 9585b1d
Firmware/RTK_Surveyor/Begin.ino
@@ -219,7 +219,7 @@ void beginBoard()
219
220
//For all boards, check reset reason. If reset was due to wdt or panic, append last log
221
loadSettingsPartial(); //Loads settings from LFS
222
- if (esp_reset_reason() == ESP_RST_POWERON)
+ if (esp_reset_reason() == ESP_RST_POWERON || esp_reset_reason() == ESP_RST_SW)
223
{
224
reuseLastLog = false; //Start new log
225
0 commit comments