Replies: 5 comments 2 replies
-
|
I mean, inside python code running on it.... |
Beta Was this translation helpful? Give feedback.
-
|
No there isn't currently a way to do this. Why do you need the address? |
Beta Was this translation helpful? Give feedback.
-
|
Well... |
Beta Was this translation helpful? Give feedback.
-
You can save a program with parameters on the hub. For example, save this program on the hub: my_data = "Test"
more_data = (1, 2, 3)Now you can run a new program that uses this information: from main import my_data, more_data
print(my_data)
print(more_data) |
Beta Was this translation helpful? Give feedback.
-
|
Hmmmm :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a simple way to get the mac address on a TechnicHub or CityHub object?
Thanks and Regards,
vascolp
Beta Was this translation helpful? Give feedback.
All reactions