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.
1 parent edda0a9 commit 4ec6fc2Copy full SHA for 4ec6fc2
1 file changed
examples/PulseSensor_ESP32/PulseSensor_ESP32.ino
@@ -31,8 +31,8 @@
31
*/
32
#include <Arduino.h>
33
#include <WiFi.h>
34
-#include <AsyncTCP.h>
35
-#include <ESPAsyncWebServer.h>
+#include <AsyncTCP.h> // https://github.com/dvarrel/ESPAsyncTCP
+#include <ESPAsyncWebServer.h> // https://github.com/dvarrel/ESPAsyncWebSrv
36
#include <Arduino_JSON.h>
37
38
/*
0 commit comments