<?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[Connect to WI-FI on startup from custom app in APP.LIST]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">I am using flow 1.0.2 firmware.<br />
How can I connect to the Wi-Fi point from my application when I select it by pressing "B" on startup from APP.LIST. thx.</p>
]]></description><link>https://community.m5stack.com/topic/454/connect-to-wi-fi-on-startup-from-custom-app-in-app-list</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:37:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/454.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Dec 2018 19:10:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Connect to WI-FI on startup from custom app in APP.LIST on Sat, 29 Dec 2018 20:18:20 GMT]]></title><description><![CDATA[<p dir="auto">I solved this problem:</p>
<pre><code>from m5stack import *
import wifisetup

wifisetup.auto_connect()
</code></pre>
]]></description><link>https://community.m5stack.com/post/2253</link><guid isPermaLink="true">https://community.m5stack.com/post/2253</guid><dc:creator><![CDATA[simm]]></dc:creator><pubDate>Sat, 29 Dec 2018 20:18:20 GMT</pubDate></item></channel></rss>