tschaban / AFE-Firmware

Firmware for ESP based devices for home automation
https://afe.smartnydom.pl
MIT License
28 stars 39 forks source link

Fix: FS8000 sensor - wrong number of sensor for auto-creation of the confilg file #922

Open tschaban opened 1 month ago

tschaban commented 1 month ago

Parameter to change in DataAccess class

_for (uint8_t i = 0; i < AFE_CONFIG_HARDWARE_MAX_NUMBER_OF_TSL2561; i++) {

ifdef DEBUG

Serial << endl << F("INFO: Creating file: cfg-fs3000-") << i << F(".json");

endif_