Ignore:
Timestamp:
Jun 12, 2023, 12:34:28 PM (19 months ago)
Author:
f.jahn
Message:

CMD_DELAY is implemented to test IWDG timer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecs_cellMon/firmware/Core/Src/main.c

    r11 r12  
    254254            mb_save_lock_key();
    255255            break;
     256           case CMD_DELAY:
     257            printf("EXEC: Delay of 1 second! Device must reset.\n");
     258            HAL_Delay(1000);
     259            break;
    256260          default:
    257               printf("UNKNOWN COMMAND\n");
     261            printf("UNKNOWN COMMAND\n");
    258262         
    259263        }
Note: See TracChangeset for help on using the changeset viewer.