<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Get intrerface mac config      is missing reformatting]]></title><description><![CDATA[<p dir="auto">In UiFlow using the get interface mac config.<br />
it reports the mac in a binary version   i.e.   b'\xa4\xcf\x12m\x95\xa4'</p>
<p dir="auto">This is not usable!</p>
<p dir="auto">It must be formatted in the ususal format with 6 hexadecimal bytes</p>
<p dir="auto">There is an easy solution on that:</p>
<p dir="auto"><img src="/assets/uploads/files/1664921591394-bb2c7079-3825-41d9-a04b-70662a3dbca7-image.png" alt="0_1664921586577_bb2c7079-3825-41d9-a04b-70662a3dbca7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>import ubinascii</strong><br />
mac_hex = <strong>ubinascii.hexlify(wifi_mac,':').decode().upper()</strong></p>
<p dir="auto">and then the mac address is format as     example:    A1:C2:00:FF:45:E5</p>
<p dir="auto">Please include this bugifx in the next UiFlow version.</p>
]]></description><link>https://community.m5stack.com/topic/4672/get-intrerface-mac-config-is-missing-reformatting</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:33:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4672.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Oct 2022 22:19:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Get intrerface mac config      is missing reformatting on Tue, 27 Dec 2022 13:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgu" aria-label="Profile: sgu">@<bdi>sgu</bdi></a> Thank you for this solution</p>
<p dir="auto">Yes,<br />
that would be great to have in UIFlow, in Math, a function:<br />
"Hex from Bytes", with Big/Little, with/without Separator</p>
]]></description><link>https://community.m5stack.com/post/19659</link><guid isPermaLink="true">https://community.m5stack.com/post/19659</guid><dc:creator><![CDATA[flex]]></dc:creator><pubDate>Tue, 27 Dec 2022 13:07:16 GMT</pubDate></item></channel></rss>