<?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[Where is wifi config held redux]]></title><description><![CDATA[<p dir="auto">Some time ago, I asked <a href="https://forum.m5stack.com/topic/1983/where-is-the-wifi-config-held" target="_blank" rel="noopener noreferrer nofollow ugc">where the wifi config was held</a>.<br />
At that time, the answer was:</p>
<pre><code> import wifiCfg
      self.ssid, self.password = wifiCfg.deviceCfg.wifi_read_from_flash()
</code></pre>
<p dir="auto">Fast forward to 1.7.0:<br />
I have set the WiFi credentials with M5burner 2.2.2 via "Configuration". But the above returns an empty list, rather than actual credentials.</p>
<p dir="auto">Apparently the new hotness is:</p>
<pre><code>wifiCfg.deviceCfg.get_wifi()
</code></pre>
<p dir="auto">It's a bit frustrating when this keeps changing, and there's no user-visible notice, just broken code. Can we get some kind of announcement of functionality-breaking changes?</p>
]]></description><link>https://community.m5stack.com/topic/2558/where-is-wifi-config-held-redux</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:14:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2558.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Dec 2020 03:48:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where is wifi config held redux on Mon, 07 Dec 2020 03:52:42 GMT]]></title><description><![CDATA[<p dir="auto">Hmm, OK, get_wifi() works on 1.5.4, so maybe I just guessed wrong back then.</p>
]]></description><link>https://community.m5stack.com/post/11069</link><guid isPermaLink="true">https://community.m5stack.com/post/11069</guid><dc:creator><![CDATA[dclaar]]></dc:creator><pubDate>Mon, 07 Dec 2020 03:52:42 GMT</pubDate></item></channel></rss>