mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
5 lines
No EOL
147 B
C
5 lines
No EOL
147 B
C
#include <AsyncWebServer_ESP32_W5500.h>
|
|
#include <ArduinoJson.h>
|
|
#include <driver/temp_sensor.h>
|
|
|
|
void onGetStatus(AsyncWebServerRequest *request); |