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

Commit

Permalink
v1.6.0 to autodetect ESP32 core version
Browse files Browse the repository at this point in the history
### Release v1.6.0

1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library. 
2. Fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`
  • Loading branch information
khoih-prog committed Nov 27, 2021
1 parent 19ff3b7 commit 0a4c722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### Release v1.6.0

1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library.
1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library.
2. Fix bug returning IP `255.255.255.255` in core v2.0.0+ when using `hostname`


Expand Down

0 comments on commit 0a4c722

Please sign in to comment.