Skip to content

Commit

Permalink
bin flash update fix (after revorking) & bins
Browse files Browse the repository at this point in the history
  • Loading branch information
anklimov committed Nov 21, 2022
1 parent a956b6f commit c70a4ea
Show file tree
Hide file tree
Showing 16 changed files with 46,277 additions and 45,500 deletions.
2 changes: 1 addition & 1 deletion build-flags/build_flags_mega2560-optiboot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-DMOTOR_DISABLE
#-DWiz5100
-DARDUINO_OTA_MDNS_DISABLE
#-DMDNS_ENABLE
-DMDNS_ENABLE

-DRESTART_LAN_ON_MQTT_ERRORS
-D CORS=\"http://lazyhome.ru\"
Expand Down
Binary file modified compiled/Mega2560-optiboot/firmware.bin
Binary file not shown.
14,485 changes: 7,527 additions & 6,958 deletions compiled/Mega2560-optiboot/firmware.hex

Large diffs are not rendered by default.

18,246 changes: 9,168 additions & 9,078 deletions compiled/controllino/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/due/firmware.bin
Binary file not shown.
Binary file modified compiled/esp32-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/esp8266-wifi/firmware.bin
Binary file not shown.
Binary file modified compiled/lighthub21/firmware.bin
Binary file not shown.
Binary file modified compiled/m5stack/firmware.bin
Binary file not shown.
17,371 changes: 8,726 additions & 8,645 deletions compiled/mega2560-5100/firmware.hex

Large diffs are not rendered by default.

16,925 changes: 8,503 additions & 8,422 deletions compiled/mega2560-5500/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/mega2560slim-5100/firmware.bin
Binary file not shown.
12,281 changes: 6,114 additions & 6,167 deletions compiled/mega2560slim-5100/firmware.hex

Large diffs are not rendered by default.

12,465 changes: 6,236 additions & 6,229 deletions compiled/nrf52840/firmware.hex

Large diffs are not rendered by default.

Binary file modified compiled/stm32-enc2860/firmware.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions lighthub/flashstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ NRFFlashStorage EEPROM;
{

#if defined(__SAM3X8E__)
if (samBufferPos) flush();
samBufferPos = 0;
#endif

Expand Down Expand Up @@ -219,6 +220,7 @@ NRFFlashStorage EEPROM;
#elif defined(__SAM3X8E__)
if (samBufferPos)
EEPROM.write(startPos+pos-samBufferPos,(byte*)samBuffer,samBufferPos);
samBufferPos=0;
#endif
};

Expand Down

0 comments on commit c70a4ea

Please sign in to comment.