buzzer/src/main.cpp

11 lines
199 B
C++
Raw Normal View History

2022-12-30 19:19:52 +01:00
#include <Arduino.h>
#include <ESPAsyncWebServer.h>
#include <SPIFFS.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}