v1.0.0-rc.79

This commit is contained in:
2025-09-15 21:38:58 +02:00
parent 0e31023da0
commit caf2a9de4f
146 changed files with 191 additions and 158 deletions

View File

@@ -222,8 +222,8 @@ inline void CBOR_ENC(CborEncoder &encoder, const Reflection& r) {
CBOR_ENC(mapEncoder, "h", r.h);
CBOR_ENC(mapEncoder, "k", r.k);
CBOR_ENC(mapEncoder, "l", r.l);
CBOR_ENC(mapEncoder, "center_x_pxl", r.predicted_x);
CBOR_ENC(mapEncoder, "center_y_pxl", r.predicted_y);
CBOR_ENC(mapEncoder, "x", r.predicted_x);
CBOR_ENC(mapEncoder, "y", r.predicted_y);
CBOR_ENC(mapEncoder, "d", r.d);
CBOR_ENC(mapEncoder, "I", r.I);
CBOR_ENC(mapEncoder, "bkg", r.bkg);
@@ -476,6 +476,9 @@ inline void CBOR_ENC_START_USER_DATA(CborEncoder& encoder, const char* key,
if (message.file_format.has_value())
j["file_format"] = static_cast<int>(message.file_format.value());
if (message.images_per_trigger.has_value())
j["images_per_trigger"] = message.images_per_trigger.value();
if (message.poni_rot1.has_value())
j["poni_rot1"] = message.poni_rot1.value();
if (message.poni_rot2.has_value())