bme280-esp-idf-i2c
bme280-esp-idf-i2c copied to clipboard
error: 'v_uncomp_tetask_bme280_forced_modemperature_s32' undeclared
If you try the forced mode, you will probably get this error:
error: 'v_uncomp_tetask_bme280_forced_modemperature_s32' undeclared (first use in this function)
The variable v_uncomp_tetask_bme280_forced_modemperature_s32 i not defined in any place in the code.
For now, I can compile it by copying the variable / code line from not-forced mode function. I doubt if this is correct or not.
What is intended here?