Commit Graph

13 Commits

Author SHA1 Message Date
Khoi Hoang
1cb2389f2c Delete defines.h 2022-08-30 22:26:39 -04:00
Khoi Hoang
1c15770110 Delete AsyncDweetPost_STM32_LAN8720.ino 2022-08-30 22:26:35 -04:00
Khoi Hoang
61801ad6dd Delete hal_conf_extra.h 2022-08-30 22:26:27 -04:00
Khoi Hoang
0cb2e29f9c Delete defines.h 2022-08-30 22:26:23 -04:00
Khoi Hoang
ce47c21b52 Delete AsyncDweetGet_STM32_LAN8720.ino 2022-08-30 22:26:18 -04:00
Khoi Hoang
90fb4289e6 Delete hal_conf_extra.h 2022-08-30 22:26:12 -04:00
Khoi Hoang
073cd4560a Delete defines.h 2022-08-30 22:26:07 -04:00
Khoi Hoang
1c9b6b728f Delete AsyncCustomHeader_STM32_LAN8720.ino 2022-08-30 22:26:03 -04:00
Khoi Hoang
f95cc9ee90 v1.7.0 to add support to ESP32-S3
### Releases v1.7.0

1. Add support to new `ESP32-S3` 
2. Add `LittleFS` support to `ESP32-C3`
3. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
2022-02-11 23:39:39 -05:00
Khoi Hoang
9267f40827 v1.6.0 to reduce v1.5.0 breaking effect
### Releases v1.6.0

1. Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only `AsyncHTTPRequest_Generic.h`
2. Update `Packages' Patches`
2022-01-23 19:16:33 -05:00
Khoi Hoang
9bf7a201c9 v1.5.0 to fix multiple-definitions linker error
### Releases v1.5.0

1. Fix `multiple-definitions` linker error and weird bug related to `src_cpp`. Check [Different behaviour using the src_cpp or src_h lib #80](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
2021-12-30 16:40:14 -05:00
Khoi Hoang
96eb8f8724 v1.3.0 to add support to WT32_ETH01 boards
### Releases v1.3.0

1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
2. Add examples with new features
2021-07-10 00:19:34 -04:00
Khoi Hoang
89913afc29 v1.2.0 to add support to LAN8720 for STM32
### Releases v1.2.0

1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
2. Add LAN8720 examples
3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
4. Update ESP_WiFiManager-related example to fix multiWiFi timings to work better with latest esp32 core v1.0.6
2021-04-12 00:32:52 -04:00