This commit is contained in:
hathach 2018-04-04 00:38:36 +07:00
parent 0d1f0861d3
commit b45099aad2
1 changed files with 0 additions and 2 deletions

View File

@ -396,8 +396,6 @@ int main(void)
// DFU + FRESET are pressed --> OTA
_ota_update = _ota_update || ( button_pressed(BOOTLOADER_BUTTON) && button_pressed(FRESET_BUTTON) ) ;
_ota_update = 1;
#ifdef BOARD_METRO52
led_pin_init(LED_BLUE);