standalone test for memory optimizations (200+ entities)

This commit is contained in:
proddy
2023-01-08 09:42:48 +01:00
parent e5558f7fa9
commit 687c76703b
4 changed files with 26 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ class Test {
static void uart_telegram_withCRC(const char * rx_data);
static void add_device(uint8_t device_id, uint8_t product_id);
static void debug(uuid::console::Shell & shell, const std::string & command);
static void refresh();
#ifndef EMSESP_STANDALONE
static void listDir(fs::FS & fs, const char * dirname, uint8_t levels);
#endif