Skip to content

Commit ea7d517

Browse files
added textual support
1 parent 67815bf commit ea7d517

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

demo/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Create a robot
44

5-
name = "dink"
5+
name = "WAC-C9B9"
66
robot = Robot(name)
77

88
# assign button A to set LED to blue for 1 second

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "weallcode_robot"
7-
version = "3.1.0"
7+
version = "3.0.4"
88
description = "Micro:bit TinyBit BLE Python Library"
99
license = "MIT"
1010
authors = [
@@ -38,7 +38,8 @@ profile = "black"
3838

3939
[tool.poetry.dependencies]
4040
python = "^3.11"
41-
bleak = "^0.22.1"
41+
bleak = "^0.20.1"
42+
textual=="^0.71.0"
4243

4344
[tool.poetry.group.dev.dependencies]
4445
black = "^23.3.0"

0 commit comments

Comments
 (0)