From 856720a13f667505e27fe3e3f12227f5704791ab Mon Sep 17 00:00:00 2001 From: GuruSR <17853390+GuruSR@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:20:02 -0400 Subject: [PATCH] Override Information for Version 1.4.4. Added WL_CONNECT_FAILED information to currentWiFi function. --- Override Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Override Information.md b/Override Information.md index 0a8b9e6..eef6055 100644 --- a/Override Information.md +++ b/Override Information.md @@ -96,7 +96,7 @@ Functions available for communication: | ForeColor() | Returns the current Fore (font) color for usage with current style. | | BackColor() | Returns the current Background color for usage with current style. | | AskForWiFi() | Tells the Watchy_GSR that your code wants WiFi, when it connects, you will see InsertWiFi() called, make sure you keep track of this yourself. | -| currentWiFi() | Returns WL_CONNECTED when connected or not, InsertWiFi() is only called when WL_CONNECTED happens and no other process is using it. | +| currentWiFi() | Returns `WL_CONNECTED` when connected or `WL_CONNECT_FAILED` when not, InsertWiFi() is only called when `WL_CONNECTED` happens and no other process is using it. | | endWiFi() | Tell Watchy_GSR that you're finished with the WiFi, only do this *IF* you asked for it. | | AllowDefaultWatchStyles(bool Allow) | Will state if you want (**{true}**/false) the original Watch Styles (Index 0 (Classic GSR), 1 (Ballsy) and 2 (LCD) to be used first). | | AddWatchStyle(String StyleName) | Will return the Index of the added Watch Style (255 = error), 30 character max limit on Watch Style name. |