@tt1296116093 这是正常现象,因为您的额外代码不以块的形式存在。
您需要将额外代码放在“执行代码”块中,以使其不会消失。

Posts made by ajb2k3
-
RE: 使用UiFlow2进行编程时,如何从代码编程逆向到图形编程
-
RE: Add housing for all your sensors and MPUs to be used in outdoor environment
@mgrouch What you want is a Stephenson screen case I have one by TFA and the ENVPro has now been outside and working for 6 weeks!
-
RE: LLM SKU: M140 Discontinued and now what
@mumin50 They are releasing it as part of an upgrade kit with an adapter board that should be out next Friday.
https://docs.m5stack.com/en/module/Module LLM Kit -
RE: CoreMP135 connects to WIFI and update the system
@robski I use a cable but then a hub is by my desk
-
RE: CoreMP135 by UIFlow
@robski I’m using the Debian image. Did you configure the UIFlow service to auto load on restart?
-
RE: CoreMP135 by UIFlow
@robski
I’m also working on a tutorial as I had issue with the documentation but did get hello world to display.
I’m using the stock and mage but I have run the updates and changed a few things. -
RE: What other M5Stack forums do you folks use?
@TomKatt lol well glad I’m not on it!
-
RE: What other M5Stack forums do you folks use?
@TomKatt YouTube just did a dirty so all my videos are deleted
-
RE: CoreMP135 w/ STM32MP135D desktop platform
@MCU1536 no its command line only at present.
-
RE: Ubuntu on CoreMP135 w/ STM32MP135D
@MCU1536 You cant it just doesn't have the power.
The Core has a custom bistro because the kernel has to be compiled specifically for the CoreMP135 specific hardware setup. -
RE: New to UIFlow - What's the difference between Public and Private Profiles?
@TomKatt Local UIFlow IDE is V1 and way out of date.
Private means that no one can see it.
Public is for if its sharing data you would like to share with others for example environmental sensors. -
RE: What other M5Stack forums do you folks use?
@TomKatt Have you looked on Hackster, YouTube and GitHub, I have quite a few guides
-
RE: CAN I USE EXTERNAL MODULES, LIKE PIR SENSOR, IR SENSOR, ETC WHICH ARE NOT FROM M5STACK FOR PROGRAMMING M2STICKC PLUS 2 in micropython
@DarshanAtwal As long as you know how to program in micropython You can still use programs like Thonny to program directly.
-
RE: CANT FIND COMPATIBLE VERSION FOR M5Stickc Plus 2
@DarshanAtwal Use the latest version of UIFlow2 is its just a graphical front ent to Micropython.
There is a console mode in UIFlow2 to directly access the Micropython or you can use a program to directly access Micropython. -
RE: UI Flow 2.0 Switching back from main.py to the config&launch app
@sistar_hh 1
This is normal, as download premaritally set the program to start on boot.
To reset you have to use M5Burner to change the boot configuration.Yes, OTA only work in test mode (the "> Run" button if you download, wifi is not activated an you will need to manually activate the wifi interface and connect to the target wifi.
-
RE: OS for the Cardputer
@Jules-Vern-Hacker-Man A linux version has been built for the CoreS3 so you may want to look at that but,
The cardputer uses a Microcrontroller not a computer so you will be struggling. -
RE: Web IDE has access to Units that the desktop IDE doesn't?
@figgalicous The desktop IDE hasn't been updated in a while. The Web version gets updated weekly.