Files
filamentguard_esp32/include/FilamentGuardDeviceInfo.h
Bjarne Pedersen e2b9f0dc9e Kan læse og sende til API
Egentligt initial commit.
Kan læse tag og sende til API
2026-07-15 16:32:34 +02:00

9 lines
113 B
C

#pragma once
#include <Arduino.h>
struct FilamentGuardDeviceInfo
{
String deviceId;
String hostname;
};