From 7afb8aedd6f3553aa0ec138373aea18068abd2f8 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 30 May 2022 20:27:44 +0200 Subject: feat(minion): add print MAC address --- minion/src/wifi_module.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'minion/src/wifi_module.hpp') diff --git a/minion/src/wifi_module.hpp b/minion/src/wifi_module.hpp index 9bc2c20..da4a487 100644 --- a/minion/src/wifi_module.hpp +++ b/minion/src/wifi_module.hpp @@ -97,6 +97,15 @@ public: */ auto get_local_ip(char *local_ip_out) noexcept -> const char *; + /** + * Gets the MAC address of the wifi module. + * + * @param mac_address_out MAC address output buffer. + * + * @returns A pointer to the MAC address output buffer. + */ + auto get_mac_address(char *mac_address_out) noexcept -> const char *; + /** * Reads a incoming HTTP request. * -- cgit v1.2.3-18-g5258