mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add getMacAddress, used in Modules
This commit is contained in:
@@ -82,6 +82,8 @@ class System {
|
||||
void send_heartbeat();
|
||||
void send_info_mqtt();
|
||||
|
||||
std::string getMacAddress() const;
|
||||
|
||||
bool syslog_enabled() {
|
||||
return syslog_enabled_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user