Closed
Description
Board
ESP32
Device Description
ttgo-lora32-v1 with on-board tft display
Hardware Configuration
not relevant
Version
latest master (checkout manually)
IDE Name
PlatformIO
Operating System
Windows10
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
Hi,
It seems like there's a commit which migrates DNSServer to a AsyncUDP implementation, however the version number of the package is not incremented: d912710.
This ended up being a problem, since the package manager from PlatformIO didn't index these changes (not sure how this works), and version 2.0.0 is still using WiFiUdp.
I came to this discovering while troubleshooting the older version of the library (I had this issue: E][WiFiUdp.cpp:185] endPacket(): could not send data: 12), and the newer version fixed it.
Sketch
#include <WiFiUdp.h>
#pragma once
#include <AsyncUDP.h>
Debug Message
.
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.