Can't connect servers other than http://api.m5stack.com/v1 with UIFlow_Lite firmware versions after v.1.9.7
-
Hi,
The following code works fine with the UIFlow_Lite firmware versions between v1.7.5 and v1.9.6.
https://gist.github.com/kotobuki/aab0a8b0e65e501c8a354198bdc4d969
However, the HTTP request fails with versions after v1.9.7, including v.12.2. If I change the URL to http://api.m5stack.com/v1, it also works fine with those versions. It seems that firmware versions after v1.9.7 only accept the URL for GET HTTP requests.
I'm sorry if this is a false alarm.
Best,
Shigeru -
Update: I confirmed that I can reproduce this issue with the latest version (i.e., v1.12.3). I also tried specifying the SSID and PASSWORD using a Network block but got no luck. Can anybody else reproduce this issue?