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 c59e5e5 commit 8030d56Copy full SHA for 8030d56
UNOR4USBBridge/cmds_preferences.h
@@ -23,6 +23,9 @@ void CAtHandler::add_cmds_preferences() {
23
bool readOnly = strtol(parser.args[1].c_str(), NULL, 10) != 0;
24
auto &partition = parser.args[2];
25
26
+ // calling end before begin, because the renesas mcu may have been restarted
27
+ pref.end();
28
+
29
String error = String();
30
if (partition.empty()) {
31
error = String(pref.begin(name.c_str(), readOnly)) + "\r\n";
0 commit comments