mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Change idcounter to start at 1, closes #95
This commit is contained in:
parent
34d974b03b
commit
313a069d4c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user