v2.1.0
What's Changed
- Activating mDNS and logging depending on the boards. Here are the default board activated options below. They depend on the available firmware size.
Board | mDNS | Logging | Ethernet |
---|---|---|---|
denky_d4 | ✅ | ❌ | ❌ |
esp32-c3-devkitc-02 | ✅ | ✅ | ❌ |
esp32-c6-devkitc-1 | ❌ | ❌ | ❌ |
esp32-gateway | ✅ | ❌ | ✅ |
esp32-poe | ❌ | ❌ | ✅ |
esp32-poe-iso | ❌ | ❌ | ✅ |
esp32-s2-saola-1 | ✅ | ✅ | ❌ |
esp32-s3-devkitc-1 | ✅ | ✅ | ❌ |
esp32-solo1 | ✅ | ✅ | ❌ |
esp32dev | ✅ | ✅ | ❌ |
esp32s3box | ✅ | ✅ | ❌ |
lilygo-t-eth-lite-s3 | ✅ | ✅ | ✅ |
lolin_s2_mini | ✅ | ✅ | ❌ |
tinypico | ✅ | ❌ | ❌ |
wemos_d1_uno32 | ✅ | ✅ | ❌ |
wipy3 | ✅ | ❌ | ❌ |
wt32-eth01 | ❌ | ❌ | ✅ |
New Contributors
- @mathieucarbou made their first contribution in #11
- @soylentOrange made their first contribution in #11
Full Changelog: v2.0.1...v2.1.0