Skip to content

Commit

Permalink
DOc
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Oct 24, 2024
1 parent 157b2f9 commit d339422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from bleak import BleakClient

# 08:3a:f2:52:92:b0
DEVICE_ADDRESS = "XX:XX:XX:XX:XX:XX" # Substituir com o endereço MAC do ESP32
DEVICE_ADDRESS = "08:3a:f2:52:92:b0" # Substituir com o endereço MAC do ESP32
CHARACTERISTIC_UUID = "0000ffe1-0000-1000-8000-00805f9b34fb" # UUID do serviço Bluetooth

# Função para enviar dados via Bluetooth usando Bleak
Expand Down

0 comments on commit d339422

Please sign in to comment.