Thanks for letting me know! It's possible it's something to do with my parsing of the Mac address.
Actually - yes, it is. I'm an idiot... It multiplies the first hex character of each block by 10 not 16 (I tested it with 01:02:03:04:05, but that doesn't check it!).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Joachim,
Thanks for letting me know! It's possible it's something to do with my parsing of the Mac address.
Actually - yes, it is. I'm an idiot... It multiplies the first hex character of each block by 10 not 16 (I tested it with
01:02:03:04:05
, but that doesn't check it!).I'll fix it for 1v79