replace sstream

This commit is contained in:
proddy
2024-10-21 15:35:13 +02:00
parent 670a2bbb4a
commit 8f35be4edf
4 changed files with 48 additions and 37 deletions

View File

@@ -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