change mdns
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#include "master.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
|
||||
std::array<uint8_t, 6> macStringToBytes(const char *macStr) {
|
||||
std::array<uint8_t, 6> bytes;
|
||||
sscanf(macStr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", &bytes[0], &bytes[1],
|
||||
|
||||
Reference in New Issue
Block a user