This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Python script to parse Bambu Lab RFID tag data | |
# Created for https://github.com/Bambu-Research-Group/RFID-Tag-Guide | |
# Written by Vinyl Da.i'gyu-Kazotetsu (www.queengoob.org) | |
import sys | |
from datetime import datetime | |
COMPARISON_BLOCKS = [1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14] |
OlderNewer