summaryrefslogtreecommitdiff
path: root/sensor/patchedBLE/src/GeneralUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensor/patchedBLE/src/GeneralUtils.h')
-rw-r--r--sensor/patchedBLE/src/GeneralUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensor/patchedBLE/src/GeneralUtils.h b/sensor/patchedBLE/src/GeneralUtils.h
index 013953d..8eecbd4 100644
--- a/sensor/patchedBLE/src/GeneralUtils.h
+++ b/sensor/patchedBLE/src/GeneralUtils.h
@@ -23,6 +23,7 @@ public:
static void dumpInfo();
static bool endsWith(std::string str, char c);
static const char* errorToString(esp_err_t errCode);
+ static const char* wifiErrorToString(uint8_t value);
static void hexDump(const uint8_t* pData, uint32_t length);
static std::string ipToString(uint8_t* ip);
static std::vector<std::string> split(std::string source, char delimiter);