added OTA

This commit is contained in:
2021-10-24 14:06:59 +02:00
parent 62ce317dda
commit af26d5c071
11 changed files with 123 additions and 18 deletions

View File

@@ -28,7 +28,6 @@ void initRfid()
void handleRfid()
{
uint32_t timeNow = millis();
//int8_t TagType = TRACK_NOTHING;
if (timeNow - last_rfid_update > RFIDINTERVAL)
{