mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
replace sstream
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#ifndef EMSESP_HELPERS_H
|
||||
#define EMSESP_HELPERS_H
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "telegram.h" // for EMS_VALUE_* settings
|
||||
#include "common.h"
|
||||
|
||||
@@ -83,8 +81,6 @@ class Helpers {
|
||||
|
||||
static const char * translated_word(const char * const * strings, const bool force_en = false);
|
||||
|
||||
static void splitArguments(const char * data, std::vector<std::string> & arguments);
|
||||
|
||||
#ifdef EMSESP_STANDALONE
|
||||
static char * ultostr(char * ptr, uint32_t value, const uint8_t base);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user