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,