Skip to content

Commit

Permalink
Midified INV_FLOAT
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 28, 2024
1 parent 6448416 commit 50e4f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BresserWeatherSensorLWCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ const uint8_t UBATT_SAMPLES = 10;
#define APP_PAYLOAD_BYTES_DIGITAL 4

// Encoding of invalid values
#define INV_FLOAT 0xFFFFFFFF
#define INV_FLOAT NAN
#define INV_UINT32 0xFFFFFFFF
#define INV_UINT16 0xFFFF
#define INV_UINT8 0xFF
Expand Down

0 comments on commit 50e4f0e

Please sign in to comment.