Skip to content

Commit

Permalink
Revert "cancel network operations if ymodem flashing invoked"
Browse files Browse the repository at this point in the history
This reverts commit 4b7fc4c.

Turns out this wasn't needed.
  • Loading branch information
technobly committed Dec 22, 2015
1 parent 71c6927 commit c5951da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/src/system_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ void system_lineCodingBitRateHandler(uint32_t bitrate)
#ifdef START_YMODEM_FLASHER_SERIAL_SPEED
if (!network_listening(0, 0, NULL) && bitrate == start_ymodem_flasher_serial_speed)
{
network.connect_cancel(true, true);
//Set the Ymodem flasher flag to execute system_serialFirmwareUpdate()
set_ymodem_serial_flash_update_handler(Ymodem_Serial_Flash_Update);
RGB.control(true);
Expand Down

0 comments on commit c5951da

Please sign in to comment.