From c6e727de0622bd0ad33b392276a993c56a4952e0 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Sat, 1 Mar 2025 10:41:51 +0100 Subject: [PATCH] remove unused version and protocol fields from NFC data packet --- html/rfid.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/rfid.js b/html/rfid.js index cece33f..d0d2f07 100644 --- a/html/rfid.js +++ b/html/rfid.js @@ -640,8 +640,6 @@ function writeNfcTag() { // Erstelle das NFC-Datenpaket mit korrekten Datentypen const nfcData = { - version: "2.0", - protocol: "openspool", color_hex: selectedSpool.filament.color_hex || "FFFFFF", type: selectedSpool.filament.material, min_temp: minTemp,