We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BMX280Sensor.h, string: 344 error: return-statement with no value, in function returning 'unsigned char' [-fpermissive]
if (var1 == 0) return; change the string if (var1 == 0) return 1; builds complete ок
if (var1 == 0) return;
if (var1 == 0) return 1;
I believe this wrong decision