1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00

hotfix: 2.7.2=>2.7.3 eboot: disable "Verify the copy"

This commit is contained in:
David Gauchard
2020-07-18 23:12:22 +02:00
parent 39c79d9bab
commit ef7c26ac42
5 changed files with 8 additions and 6 deletions

View File

@ -230,6 +230,7 @@ int main()
ets_putc('0'+res); ets_putc('\n');
/** disabled in 2.7.3
// Verify the copy
ets_putc('c'); ets_putc('m'); ets_putc('p'); ets_putc(':');
if (res == 0) {
@ -237,8 +238,9 @@ int main()
res = copy_raw(cmd.args[0], cmd.args[1], cmd.args[2], true);
ets_wdt_enable();
}
ets_putc('0'+res); ets_putc('\n');
**/
if (res == 0) {
cmd.action = ACTION_LOAD_APP;
cmd.args[0] = cmd.args[1];

Binary file not shown.