Sorry for that happened, we'll look into this.

Posts made by IAMLIUBO
-
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
-
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
@mchott said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):
For now it´s nearly the same like before and maybe the biggest innovations are in restructuring the UI and "under the UI".
There is still no multiple views feature to make the display more usefull with the UIFlow?
@mchott said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):
For now it´s nearly the same like before and maybe the biggest innovations are in restructuring the UI and "under the UI".
There is still no multiple views feature to make the display more usefull with the UIFlow?
yeah, multiple views feature I also want make it, pls give my team sometime, i think one day we can make it happen. We still have a lot of basic functionality to add for now.
-
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
@felmue said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):
code modifications in Python view are lost without warning when switching back to block view.
Mark this, and will fix this.
in split view: which code will actually be executed? Block view or Python view?
For now, python area is only for look, any editing will reset when you click run button, will add lock button in the future. emmmm, in split view mode, if has some choose button will be better? User can choose which one to execute? We will talk this.
Thanks @felmue !
-
RE: How to get the API Key of ATOM S3
@okappiki3 said in How to get the API Key of ATOM S3:
I am wondering how I get the API Key of ATOM S3.
I could not see any API Key on the configration view of M5Burner.Does anyone know how to get the key?
Please check this topic: link
-
RE: UIFlow 2.0.1 firmware preview version
THIS TOPIC WAS ABANDONED.
Please check this new topic and discuss。 -
RE: UIFlow 2.0.0 firmware preview version
THIS TOPIC WAS ABANDONED.
Please check this new topic and discuss。 -
RE: UIFlow 2.0.2 firmware preview version
THIS TOPIC WAS ABANDONED.
Please check this new topic and discuss。 -
UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
Any issues related to uiflow 2.0 alpha release can be discussed here.
Quick look: twitter link
M5burner: download link (currently only windows version support burner and setup uiflow 2.0 fw)
UiFlow 2.0: linkCurrently burning firmware requires a login account (forum account), which will automatically bind the device to the account.
More info wiil add late in here.
-
RE: UIFlow 2.0.1 firmware preview version
Thanks, this will fix in the future.
-
RE: UIFlow 1.9.0
Hi, more info you can get in the below links:
Unit encoder
smarconfig -
RE: UIFlow 1.9.0
Sorry for that, the offline version haven't update for a while, there are some reasons why we temporarily stop updating, we will fix it as soon as possible. Sorry again.
-
RE: UIFlow 1.9.0
UIFlow 2.0 will support this, sorry for wait us upgrade the UIFlow firmware until that.
-
RE: UIFlow 1.9.0
Now the button move to the bottom right,one is call "Run" means the workspace's code only run once,if you reboot the device code won't run again,and another one call "Download" means downlaod the workspace's code to the device filesystem and run, the code in the deivce won't disappear when you reboot or somethings.
In a word, "Run" button is recommend for developing mode, and "Download" button is deploy after develop.
-
RE: TypeError: argument should be bytes, buffer or ASCII string, not 'NoneType'
Actually SAS is a authentication type, we use Primary Connection String calculate the sas_token, supports passing two parameters "connection_string" and "sas_token", but "sas_token" can be calculated by "connection_string", so block omits the second parameter, but connection_string is essential.
e.g.
azure = IoT_Hub(connection_string="xxxxxxx", sas_token="xxxxxxx")
-
RE: LOVE THE CORE2!!! - Possible bug in UIFlow Desktop - Compiler code order - Function buttons stop responding
Hi @mbunds
Thanks for feedback and sorry for this,actually the UIFlow desktop version not updated for a while,we are aim for web UIFlow current, and plan release the new UIFlow(we call it UIFlow 2.0).
-
RE: UIFlow 2.0.0 firmware preview version
Re WiFi: I can confirm that scanning for WiFi APs works on an M5Core2 (which has PSRAM). So indeed, it seems to be a RAM issue.
Yes, thanks for you feedback, I always use CORE2 for develop and test,so I didn't notice that, we will release some new FW at this friday with more bug fixed.