Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-06-26 22:07:08 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-26 22:07:08 +0300
commit79209f7c76ced9d68afc353443c583fbee40f6ff (patch)
treeae632203302dcd83029ceab0e07de25f77ca7760 /src/Networking
parent75ae6801b4bc5a9b83222333558230b2f462bd0f (diff)
Improved SD card write speed
Diffstat (limited to 'src/Networking')
-rw-r--r--src/Networking/ESP8266WiFi/WiFiInterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Networking/ESP8266WiFi/WiFiInterface.cpp b/src/Networking/ESP8266WiFi/WiFiInterface.cpp
index 55730945..aa3da5c1 100644
--- a/src/Networking/ESP8266WiFi/WiFiInterface.cpp
+++ b/src/Networking/ESP8266WiFi/WiFiInterface.cpp
@@ -826,6 +826,7 @@ const char* WiFiInterface::TranslateEspResetReason(uint32_t reason) noexcept
// Mapping from known ESP reset codes to reasons
static const char * const resetReasonTexts[] =
{
+ "Power up",
"Hardware watchdog",
"Exception",
"Software watchdog",