Change idcounter to start at 1, closes #95

This commit is contained in:
Lukas Bachschwell 2020-10-02 19:08:45 +02:00 committed by GitHub
parent 34d974b03b
commit 313a069d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include "dataTabbedcontentJS.h"
#include "dataZeptoJS.h"
uint16_t Control::idCounter = 0;
uint16_t Control::idCounter = 1;
// ################# Spiffs functions
#if defined(ESP32)