bme280-esp-idf-i2c icon indicating copy to clipboard operation
bme280-esp-idf-i2c copied to clipboard

error: 'v_uncomp_tetask_bme280_forced_modemperature_s32' undeclared

Open itofficeeu opened this issue 5 years ago • 0 comments

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?

itofficeeu avatar Dec 23 '19 07:12 itofficeeu