Closed DonFalma closed 2 years ago
@dukess was kind enough to fix this quickly, so the current master repository should no longer have this error.
Oh, I didn't notice this problem, I discovered it independently. Yes, this correction is also suitable, but my program size will be little bit smaller. :)
BSB-LAN Version master from github / commit b1765ffa
Architecture ESP32
Describe the bug Compiling the Code with
#define AVERAGES
commented out leads to errorBSB_LAN/BSB_LAN.ino:3815:91: error: 'numAverages' was not declared in this scope
Expected behavior Compiles without errors
Additional context I think a possible fix for the problem is to move line 765
#ifdef AVERAGES
to 766 in BSB_LAN.ino.Fixed: