use esp8266wifi lib
This commit is contained in:
parent
7fb45773fe
commit
34dee6d41e
1 changed files with 5 additions and 1 deletions
|
|
@ -12,9 +12,13 @@
|
|||
*/
|
||||
|
||||
#include <WiFiManager.h> // https://github.com/tzapu/WiFiManager
|
||||
|
||||
#include <ESP8266WiFi.h>
|
||||
#include <ESP8266HTTPClient.h>
|
||||
#include <WiFiClientSecureBearSSL.h>
|
||||
#include <WiFiClient.h>
|
||||
|
||||
// #include "certs.h"
|
||||
|
||||
|
||||
#include <MFRC522v2.h>
|
||||
#include <MFRC522DriverSPI.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue