calc_dew to helpers

This commit is contained in:
MichaelDvP
2026-07-09 19:41:54 +02:00
parent f6cb695635
commit 5c2205cf65
5 changed files with 19 additions and 18 deletions

View File

@@ -84,6 +84,7 @@ class Helpers {
static uint8_t count_items(const char * const * list);
static const char * translated_word(const char * const * strings, const bool force_en = false);
static int16_t calc_dew(int16_t temp, uint8_t hum);
#ifdef EMSESP_STANDALONE
static char * ultostr(char * ptr, uint32_t value, const uint8_t base);