Src/application/serial_at_cmd_app.c
@@ -63,9 +63,7 @@
    }
    if(index == 2*CNT_REBOOT)
    {
        g_com_map[CNT_REBOOT]=0;
        g_com_map[MAP_SIGN_INDEX]=0;
        save_com_map_to_flash();
        ReturnFactorySettings();
        delay_ms(100);
        SCB->AIRCR = 0X05FA0000|(unsigned int)0x04; //软复位回到bootloader
    }