Læser og kalder API som det skal. OTA virker Opsætning af wifi via ESP32's eget hotspot virker Mangler at få lavet skrivning, men det bliver v2.
14 lines
220 B
C
14 lines
220 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
#include "FilamentGuardDeviceInfo.h"
|
|
#include "OpenPrintTagData.h"
|
|
|
|
struct FilamentGuardTagRead
|
|
{
|
|
String readerId;
|
|
FilamentGuardDeviceInfo device;
|
|
OpenPrintTagData tag;
|
|
};
|