mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
various formatting
This commit is contained in:
16
src/system.h
16
src/system.h
@@ -42,12 +42,18 @@ class System {
|
|||||||
void start();
|
void start();
|
||||||
void loop();
|
void loop();
|
||||||
|
|
||||||
static void restart();
|
// commands
|
||||||
static void format(uuid::console::Shell & shell);
|
static void restart();
|
||||||
|
static void format(uuid::console::Shell & shell);
|
||||||
|
static void console_commands(Shell & shell, unsigned int context);
|
||||||
|
static void mqtt_commands(const char * message);
|
||||||
|
|
||||||
static uint8_t free_mem();
|
static uint8_t free_mem();
|
||||||
void syslog_init();
|
void syslog_init();
|
||||||
void set_heartbeat(bool system_heartbeat);
|
|
||||||
static void console_commands(Shell & shell, unsigned int context);
|
// heartbeat
|
||||||
|
void set_heartbeat(bool system_heartbeat);
|
||||||
|
void send_heartbeat();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static uuid::log::Logger logger_;
|
static uuid::log::Logger logger_;
|
||||||
@@ -82,8 +88,6 @@ class System {
|
|||||||
|
|
||||||
void led_monitor();
|
void led_monitor();
|
||||||
void set_led_speed(uint32_t speed);
|
void set_led_speed(uint32_t speed);
|
||||||
void mqtt_commands(const char * message);
|
|
||||||
void send_heartbeat();
|
|
||||||
void system_check();
|
void system_check();
|
||||||
|
|
||||||
static void show_system(uuid::console::Shell & shell);
|
static void show_system(uuid::console::Shell & shell);
|
||||||
|
|||||||
Reference in New Issue
Block a user