mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
sonar fixes
This commit is contained in:
@@ -63,7 +63,7 @@ class Helpers {
|
||||
static bool hasValue(const int16_t & v);
|
||||
static bool hasValue(const uint16_t & v);
|
||||
static bool hasValue(const uint32_t & v);
|
||||
static bool hasValue(char * v);
|
||||
static bool hasValue(const char * v);
|
||||
|
||||
static bool value2number(const char * v, int & value, const int min = -2147483648, const int max = 2147483647);
|
||||
static bool value2float(const char * v, float & value);
|
||||
|
||||
Reference in New Issue
Block a user