Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tschaban opened this issue Aug 4, 2024 · 0 comments
Labels
Milestone

Comments

@tschaban
Copy link
Owner

tschaban commented Aug 4, 2024

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

@tschaban tschaban added the Defect label Aug 4, 2024
@tschaban tschaban added this to the Tx-3.8.0 milestone Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant