Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v2.2.0 to add custom SPI, SPI1/SPI2 for W5500
Browse files Browse the repository at this point in the history
### Releases v2.2.0

1. Add support to SPI1, SPI2 for Teensy using W5x00 with [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic)
2. Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic)
3. Add examples [AdvancedWebServer_Teensy4x_SPI1](examples/AdvancedWebServer_Teensy4x_SPI1) to demo new feature
4. Add examples [AdvancedWebServer_RP2040_SPI1](examples/AdvancedWebServer_RP2040_SPI1) to demo new feature
  • Loading branch information
khoih-prog authored May 5, 2022
1 parent a8ec9e3 commit e759164
Show file tree
Hide file tree
Showing 32 changed files with 251 additions and 72 deletions.
219 changes: 183 additions & 36 deletions README.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


* [Changelog](#changelog)
* [Releases v2.2.0](#releases-v220)
* [Releases v2.1.3](#releases-v213)
* [Releases v2.1.2](#releases-v212)
* [Releases v2.1.1](#releases-v211)
Expand Down Expand Up @@ -53,6 +54,13 @@

## Changelog

### Releases v2.2.0

1. Add support to SPI1, SPI2 for Teensy using W5x00 with [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic)
2. Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic)
3. Add examples [AdvancedWebServer_Teensy4x_SPI1](examples/AdvancedWebServer_Teensy4x_SPI1) to demo new feature
4. Add examples [AdvancedWebServer_RP2040_SPI1](examples/AdvancedWebServer_RP2040_SPI1) to demo new feature

### Releases v2.1.3

1. Change from `arduino.cc` to `arduino.tips` in examples
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "EthernetWebServer",
"version": "2.1.3",
"version": "2.2.0",
"keywords": "WebServer, Ethernet, Ethernet2, Ethernet3, EthernetLarge, EthernetENC, UIPEthernet, NativeEthernet, QNEthernet, Portenta-H7, Teensy, SAMD21, SAMD51, SAM DUE, nRF52, ESP32, ESP8266, rpi-pico, rp2040, W5x00, W5500, ENC28J60, HTTP-Client, WebSocket-Client, server, client, websocket, LittleFS, SPIFFS, Arduino, Mega, AVR",
"description": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.",
"description": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.",
"authors":
{
"name": "Khoi Hoang",
Expand Down Expand Up @@ -32,7 +32,7 @@
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.1.0"
"version": "^2.3.0"
},
{
"owner": "ssilverman",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name=EthernetWebServer
version=2.1.3
version=2.2.0
author=Khoi Hoang
license=MIT
maintainer=Khoi Hoang <khoih.prog@gmail.com>
sentence=Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet
paragraph=The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.
paragraph=The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.
category=Communication
url=https://github.com/khoih-prog/EthernetWebServer
architectures=*
depends=Functional-Vlpp, Ethernet_Generic
includes=EthernetWebServer.h,EthernetHttpClient.h
includes=EthernetWebServer.h, EthernetHttpClient.h
Binary file added pics/AdvancedWebServer_Mbed_RPi_Pico_SPI1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/AdvancedWebServer_Teensy41_SPI1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/Teensy41_pinout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ lib_ldf_mode = chain+
lib_deps =
; PlatformIO 4.x
; Functional-Vlpp@~1.0.2
; Ethernet_Generic@>=2.1.0
; Ethernet_Generic@>=2.3.0
; EthernetENC@~2.0.2
; UIPEthernet@~2.0.11
; QNEthernet@>=0.14.0

; PlatformIO 5.x
khoih-prog/Functional-Vlpp@~1.0.2
khoih-prog/Ethernet_Generic@~2.1.0
khoih-prog/Ethernet_Generic@~2.3.0
jandrassy/EthernetENC@~2.0.2
uipethernet/UIPEthernet@~2.0.11
ssilverman/QNEthernet@>=0.14.0
Expand Down
3 changes: 2 additions & 1 deletion src/EthernetHttpClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// Library to simplify HTTP fetching on Arduino
Expand Down
3 changes: 2 additions & 1 deletion src/EthernetWebServer-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
11 changes: 6 additions & 5 deletions src/EthernetWebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand All @@ -34,13 +35,13 @@

/////////////////////////////////////////////////////////////////////////

#define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.1.3"
#define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.2.0"

#define ETHERNET_WEBSERVER_VERSION_MAJOR 2
#define ETHERNET_WEBSERVER_VERSION_MINOR 1
#define ETHERNET_WEBSERVER_VERSION_PATCH 3
#define ETHERNET_WEBSERVER_VERSION_MINOR 2
#define ETHERNET_WEBSERVER_VERSION_PATCH 0

#define ETHERNET_WEBSERVER_VERSION_INT 2001003
#define ETHERNET_WEBSERVER_VERSION_INT 2002000

/////////////////////////////////////////////////////////////////////////

Expand Down
3 changes: 2 additions & 1 deletion src/EthernetWebServer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_HttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// Class to simplify HTTP fetching on Arduino
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_HttpClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// Class to simplify HTTP fetching on Arduino
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_URLEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// Library to simplify HTTP fetching on Arduino
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_URLEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// Library to simplify HTTP fetching on Arduino
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_WebSocketClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// (c) Copyright Arduino. 2016
Expand Down
3 changes: 2 additions & 1 deletion src/Ethernet_HTTPClient/Ethernet_WebSocketClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

// (c) Copyright Arduino. 2016
Expand Down
3 changes: 2 additions & 1 deletion src/Parsing-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/ESP_RequestHandlersImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -26,6 +26,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/RequestHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/RequestHandlersImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/esp_detail/mimetable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -26,6 +26,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#if (ESP32 || ESP8266)
Expand Down
3 changes: 2 additions & 1 deletion src/detail/esp_detail/mimetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -26,6 +26,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/detail/mimetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 2.1.3
Version: 2.2.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -25,6 +25,7 @@
2.1.1 K Hoang 04/04/2022 Fix compiler error for Portenta_H7 using Portenta Ethernet
2.1.2 K Hoang 08/04/2022 Add support to SPI1 for RP2040 using arduino-pico core
2.1.3 K Hoang 27/04/2022 Change from `arduino.cc` to `arduino.tips` in examples
2.2.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
*************************************************************************************************************************************/

#pragma once
Expand Down
Loading

0 comments on commit e759164

Please sign in to comment.