OK, next version(V1.9.4).

IAMLIUBO
@IAMLIUBO
Posts made by IAMLIUBO
-
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")