new release
This commit is contained in:
@@ -276,10 +276,7 @@ static void wiegand_sim_task(void *arg)
|
||||
{
|
||||
// lista fixa de idTags simuladas
|
||||
static const char *idtaglist[] = {
|
||||
"00000041349",
|
||||
"W2602312345",
|
||||
"W34ABCDE123",
|
||||
};
|
||||
"127239144069"};
|
||||
const size_t list_size = sizeof(idtaglist) / sizeof(idtaglist[0]);
|
||||
|
||||
for (;;)
|
||||
@@ -301,7 +298,7 @@ void initWiegand(void)
|
||||
xTaskCreate(wiegand_task, TAG, configMINIMAL_STACK_SIZE * 4, NULL, 4, NULL);
|
||||
|
||||
// Para testes, podes ativar o simulador:
|
||||
// ESP_LOGI(TAG, "Inicializando Wiegand simulado");
|
||||
// xTaskCreate(wiegand_sim_task, "WiegandSim",
|
||||
//ESP_LOGI(TAG, "Inicializando Wiegand simulado");
|
||||
//xTaskCreate(wiegand_sim_task, "WiegandSim",
|
||||
// configMINIMAL_STACK_SIZE * 3, NULL, 3, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user