mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-06-30 02:00:58 +02:00
Update invalid temperature value
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#define VALID_TEMPERATURE_MAX (125)
|
||||
#define VALID_TEMPERATURE_MIN (-40)
|
||||
#define INVALID_TEMPERATURE (-41)
|
||||
#define INVALID_TEMPERATURE (-1000)
|
||||
|
||||
#define VALID_HUMIDITY_MAX (100)
|
||||
#define VALID_HUMIDITY_MIN (0)
|
||||
|
Reference in New Issue
Block a user