1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-14 02:30:41 +00:00

Change idcounter to start at 1, closes #95

This commit is contained in:
2020-10-02 19:08:45 +02:00
committed by GitHub
parent 34d974b03b
commit 313a069d4c

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)