Skip to content

Commit

Permalink
Clarified which libraries to use in ESP32 example
Browse files Browse the repository at this point in the history
  • Loading branch information
biomurph committed Jul 23, 2024
1 parent edda0a9 commit 4ec6fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/PulseSensor_ESP32/PulseSensor_ESP32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
*/
#include <Arduino.h>
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncTCP.h> // https://github.com/dvarrel/ESPAsyncTCP
#include <ESPAsyncWebServer.h> // https://github.com/dvarrel/ESPAsyncWebSrv
#include <Arduino_JSON.h>

/*
Expand Down

0 comments on commit 4ec6fc2

Please sign in to comment.