REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
mac.cpp
Go to the documentation of this file.
27 sprintf(mac_str, "%02X%c%02X%c%02X%c%02X%c%02X%c%02X", mac[0], sep, mac[1], sep, mac[2], sep, mac[3], sep,
34 sprintf(mac_str, "%02X%c%02X%c%02X%c%02X%c%02X%c%02X%c%02X%c%02X", mac[0], sep, mac[1], sep, mac[2], sep,
67FLASHMEM void convertToJson(const IPAddress &ip, JsonVariant ipjson) { ipjson.set(toString(ip)); }
69FLASHMEM void utils::convertToJson(const MacAddress &mac, JsonVariant macjson) { macjson.set(toString(mac)); }
FLASHMEM void convertToJson(const IPAddress &ip, JsonVariant ipjson)
Definition mac.cpp:67
FLASHMEM void convertFromJson(JsonVariantConst ipjson, IPAddress &ip)
Definition mac.cpp:63
Definition crash_report.cpp:5