File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11name =PxServ
2- version =1.0.6
2+ version =1.0.7
33author =mustafa_kok
44maintainer =PxServ
5- sentence =PxServ Library for Arduino / ESP32
6- paragraph =Thanks to PxServ, get the opportunity to add power to IoT projects that need things like sending data and reading data over WiFi!
5+ sentence =PxServ Library for ESP32 / ESP8266
6+ paragraph =Enhance your IoT projects with PxServ by enabling data transmission and retrieval over WiFi!
77category =*
88url =https://github.com/pxserv/pxserv.arduino
99architectures =*
10+ depends =Arduino_JSON
Original file line number Diff line number Diff line change 44#include < Arduino_JSON.h>
55#include < Arduino.h>
66
7+ #if defined(ESP32)
78#include < WiFi.h>
89#include < WiFiMulti.h>
910#include < HTTPClient.h>
1011#include < WiFiClientSecure.h>
12+ #elif defined(ESP8266)
13+ #include < ESP8266WiFi.h>
14+ #include < ESP8266HTTPClient.h>
15+ #include < WiFiClientSecureBearSSL.h>
16+ #endif
1117
1218class PxServ
1319{
You can’t perform that action at this time.
0 commit comments