1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-26 01:44:17 +03:00
Files
esp8266/cores
Earle F. Philhower, III 7605dc1643 Only set flashmode byte when uploading an executable (#6891)
Fixes #6880

The updater was patching in the proper flashmode configuration byte for
all uploads, apps and filesystems.  This ended up corrupting one byte on
every FS upload.

Change updated to only patch theflashmode if it is doing an app.
2019-12-08 19:34:04 -07:00
..