<?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[Disable UIflow on newest MicroPython firmware?]]></title><description><![CDATA[<p dir="auto">Hi M5Stack</p>
<p dir="auto">How do you disable automatic import and loading of UIflow modules on the newest firmware (1.6.6)? Previously, we could just edit to <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a>, and avoid it connecting to WiFi etc., but now that no longer seems to be enough.</p>
<p dir="auto">We are programming M5Stick's directly in Python, not through the webinterface, but through e.g. Mu-editor or Thonny beginner Python editors.</p>
<p dir="auto">We want to access modules when we need them, not have everything automatically imported on startup.</p>
<p dir="auto">Also, the current firmware (1.6.6) often gives the following error:</p>
<pre><code class="language-Traceback">  File "_boot.py", line 30, in &lt;module&gt;
  File "m5stack.py", line 39, in &lt;module&gt;
  File "m5stack.py", line 24, in clear_imu_irq
  File "i2c_bus.py", line 40, in __init__
  File "i2c_bus.py", line 31, in get
KeyboardInterrupt: 
Traceback (most recent call last):
  File "_flow.py", line 2, in &lt;module&gt;
  File "menu/cloud.py", line 1, in &lt;module&gt;
ImportError: can't import name lcd
</code></pre>
<p dir="auto">The error is very unpredictable, as it works sometimes, but then sometimes just happens when we run our code.</p>
<p dir="auto">Best regards,<br />
Martin Dybdal</p>
]]></description><link>https://community.m5stack.com/topic/2537/disable-uiflow-on-newest-micropython-firmware</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 05:07:05 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2537.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Dec 2020 10:38:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable UIflow on newest MicroPython firmware? on Tue, 01 Dec 2020 10:56:23 GMT]]></title><description><![CDATA[<p dir="auto">When devices start up, go to setting and set connection mode to USB. Default is set to Wifi/usb.</p>
]]></description><link>https://community.m5stack.com/post/10964</link><guid isPermaLink="true">https://community.m5stack.com/post/10964</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 01 Dec 2020 10:56:23 GMT</pubDate></item></channel></rss>