* Refactored Wifi for ESP32 to allow for Core3 * Fix case in include * Grrr * Fix compilation * Fix Ethernet IPv6 * Fix wrong hostname due to mac address unknown at start
9 lines
222 B
JSON
9 lines
222 B
JSON
{
|
|
"name": "WiFiHelper",
|
|
"keywords": "esp32, esp8266",
|
|
"description": "Bridges differences in Arduino WiFi between ESP32 and ESP8266",
|
|
"version": "1.0.0",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|