@flex @IAMLIUBO @ajb2k3
bug in "get UTC time" and "get system uptime in seconds" for AtomS3 and UIFlow2/micropython 1.19.1 is probably related to a confusion handling Unix time 1970 and Unix time 2000 (as 30 years difference returned)
flex
@flex
Posts made by flex
-
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)
@flex
And also rhrough the uIFlow cloud it is ok to develop through an ipad as it doesn’t offer USB-C to serial -
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
@ajb2k3
UIFlow make it easier to upload and test code through the cloud and also to draft the screen UI on the atomS3 -
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
Hi,
Could you unlock from UIFlow 2 the capability to code in micropython…
Thanks -
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
problem with some m5Burner version 3 on OSX:
different versions where released on the website but they are all identified 3.0.0, which is confusing...
- the one of April 9 2022, which doesn't work with atomS3
- the one of January 13 2023 which works
you should increased the last one to 3.0.1 to avoid any confusion for long time users
Thanks
Pascal
-
RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
Bug in "get UTC time"
- year returned is +30 (2053 instead of 2023)
- month is OK
- day returned is -1 (17 instead or 18)
- hour is OK
- minute is OK
Bug in "get system uptime in seconds"
- value is increasing correctly second by second but the value returned is HUGE!!!
-
RE: Get intrerface mac config is missing reformatting
@sgu Thank you for this solution
Yes,
that would be great to have in UIFlow, in Math, a function:
"Hex from Bytes", with Big/Little, with/without Separator -
RE: I want M5StickC can use BLE via Uiflow/microPython
@takoshiut8
Hi
I also would like BLE to be implemented for M5StickC Plus
Thanks