We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c015f + 1c95ffe commit ddd3a43Copy full SHA for ddd3a43
LiveObjects/hal.py
@@ -29,8 +29,8 @@ def get_client_id(self):
29
pass
30
31
def get_lang_str(self):
32
- lang_dict = {BoardsInterface.PYTHON: 'Python',
33
- BoardsInterface.MICROPYTHON: 'microPython'}
+ lang_dict = {BoardsInterface.PYTHON: 'urn:lo:nsid:Python',
+ BoardsInterface.MICROPYTHON: 'urn:lo:nsid:microPython'}
34
return lang_dict[self._lang_id]
35
36
def get_lang_id(self):
setup.py
@@ -12,7 +12,7 @@
12
include_package_data=True,
13
install_requires=['paho-mqtt'],
14
15
- version='2.0.1',
+ version='2.0.2',
16
license='MIT',
17
18
0 commit comments