Don't use exit reparse from component
This commit is contained in:
@@ -359,7 +359,8 @@ script:
|
|||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Setting Nextion protocol reparse mode to passive");
|
ESP_LOGD(TAG, "Setting Nextion protocol reparse mode to passive");
|
||||||
id(disp1).set_protocol_reparse_mode(false);
|
exit_reparse->execute();
|
||||||
|
//id(disp1).set_protocol_reparse_mode(false);
|
||||||
|
|
||||||
is_updating_ = true;
|
is_updating_ = true;
|
||||||
|
|
||||||
@@ -621,7 +622,8 @@ script:
|
|||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Setting Nextion protocol reparse mode to passive");
|
ESP_LOGD(TAG, "Setting Nextion protocol reparse mode to passive");
|
||||||
id(disp1).set_protocol_reparse_mode(false);
|
exit_reparse->execute();
|
||||||
|
//id(disp1).set_protocol_reparse_mode(false);
|
||||||
|
|
||||||
is_updating_ = true;
|
is_updating_ = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user