Hi,
Does someone know the boolean condition when the Core is flashing cyan (connected to wifi but not connected to the cloud yet)? It’s close to WiFi.ready() && !Spark.connected()
but WiFi.ready()
goes true for a short time then goes false.
I need this for agreeing to a captive portal. The HTTP code to accept the portal terms is working but I need to know when to run it. I want to do this when the core is flashing cyan for 5 seconds.
Thanks.