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