I've just purchased a Tab5 for our company evaluation for use as a time clock. We want to deploy many of these across multiple sites. So far the development using UIFlow 2.3.3 is working out okay. However I have just come across a serious bug with the hardware RTC in UIFlow as follows:
When you add a "Set UTC time" block to the program, it generates the following python code:
rtc.init((year, month, day, 0, hours, minutes, seconds, sub seconds))
It should be calling rtc.datetime() with these parameters, rtc.init expects slightly different parameters (see https://docs.micropython.org/en/latest/library/machine.RTC.html). Could you fix this bug please and get the block to call the rtc.datetime() function as it is causing me a major road block. As I said seems like a simple fix.
Additionally do you have the Tab5 camera integration with UIFlow blocks on the roadmap in the near future? Thanks.