Is the current firmware 3.3.0b5 supposed to be compatible with code.pybricks.com #1082
-
short elaborated Running Google Chrome Version 113.0.5672.127 (Official Build) (64-bit) on windows 11. So tried to run the beta firmware on code.pybricks.com. But print output does not reach the pybricks output window. from pybricks.hubs import PrimeHub
from pybricks import version
hub = PrimeHub()
print(version)
i = -99
while True:
i += 1
print("Hello World Spike", i)
if i > 99:
i=-99
hub.display.number(i) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Not sure yet, but it might be the output goes to the "other" tab |
Beta Was this translation helpful? Give feedback.
-
I'm afraid not. Programs will run, but you do not see any output in the output window. So we have two options:
We're currently going for option 2. |
Beta Was this translation helpful? Give feedback.
-
clear answer,so close |
Beta Was this translation helpful? Give feedback.
I'm afraid not. Programs will run, but you do not see any output in the output window.
So we have two options:
We're currently going for option 2.