From 53c256556b93763b4a9a96005d76c79b86cb00a1 Mon Sep 17 00:00:00 2001 From: Tomas Krejci Date: Wed, 29 May 2024 13:10:42 +0200 Subject: [PATCH] up --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index c3ee2ea..b41fcf2 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,6 @@ for b in machine.unique_id(): device_id_str = device_id_str[-4:] # Keep last 8 char device_id = int(device_id_str, 16) # Convert to int from hex in string -# device_id_str = str(device_id, 16) # Convert back to hex print(f"{device_id:0x}") #### BLE UART ### import ble_uart