Skip to content

Commit 4ec6fc2

Browse files
committed
Clarified which libraries to use in ESP32 example
1 parent edda0a9 commit 4ec6fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/PulseSensor_ESP32/PulseSensor_ESP32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
*/
3232
#include <Arduino.h>
3333
#include <WiFi.h>
34-
#include <AsyncTCP.h>
35-
#include <ESPAsyncWebServer.h>
34+
#include <AsyncTCP.h> // https://github.com/dvarrel/ESPAsyncTCP
35+
#include <ESPAsyncWebServer.h> // https://github.com/dvarrel/ESPAsyncWebSrv
3636
#include <Arduino_JSON.h>
3737

3838
/*

0 commit comments

Comments
 (0)