0
webduino
圖書館,Web_HelloWorld
例子有以下幾點:webduino MAC地址是什麼格式正確使用
// CHANGE THIS TO YOUR OWN UNIQUE VALUE
static uint8_t mac[6] = { 0x02, 0xAA, 0xBB, 0xCC, 0x00, 0x22 };
與0x02
等什麼?如果我的MAC地址是90-A2-DA...
我簡單地改變的代碼是行...
static uint8_t mac[6] = { 90, A2, DA, ... };
?或者我需要保留x
的格式?謝謝!