We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b38061 + ab69218 commit c2f1890Copy full SHA for c2f1890
cores/portduino/AsyncUDP.h
@@ -1,3 +1,7 @@
1
+// This implements a really small subset of AsyncUDP.
2
+// This was the bare minimum needed to get meshtastic's multicast UDP transport running.
3
+// PRs are welcome to implement more of the API.
4
+
5
#ifndef ESPASYNCUDP_H
6
#define ESPASYNCUDP_H
7
0 commit comments