Files
filamentguard_esp32/include/FilamentGuardTagRead.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

12 lines
198 B
C

#pragma once
#include <Arduino.h>
#include "FilamentGuardDeviceInfo.h"
#include "OpenPrintTagData.h"
struct FilamentGuardTagRead
{
FilamentGuardDeviceInfo device;
OpenPrintTagData tag;
};