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