ESPWiFiAnalyzer adapted to TFT_e_SPI gives me an error #309
Replies: 2 comments
-
I did adapt the picowifianalyzer and took those variables: |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the discussion area of Arduino_GFX, please ask your question in the right place. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi moononourstation,
i'm trying to adapt the sketch ESPWiFiAnalyzer to TFT_e_SPI,but this error occurs:
error: no matching function for call to 'WiFiClass::BSSID(int&, uint8_t [6])'
WiFi.BSSID(i, bssidA);
does it come from WiFi.h or your library?
how to resolve that?
Beta Was this translation helpful? Give feedback.
All reactions