Describe the bug
So basically when I use my EV3 with Pybricks 4.0, it still thinks it's using Pybricks 2.0 functions.
To reproduce
Use the simple code:
from pybricks.hubs import EV3Brick
hub = EV3Brick()
hub.speaker.
-> then say() shows up as well as another I don't rerember.
Expected behavior
Only see volume(), play_notes() and beep().
Describe the bug
So basically when I use my EV3 with Pybricks 4.0, it still thinks it's using Pybricks 2.0 functions.
To reproduce
Use the simple code:
from pybricks.hubs import EV3Brick
hub = EV3Brick()
hub.speaker.
-> then say() shows up as well as another I don't rerember.
Expected behavior
Only see volume(), play_notes() and beep().