mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-23 00:18:05 +01:00
11 lines
199 B
C++
11 lines
199 B
C++
|
#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:
|
||
|
}
|