-
Notifications
You must be signed in to change notification settings - Fork 1.2k
haaseduk1 examples #1799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haaseduk1 examples #1799
Conversation
Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com>
Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com>
Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com>
感谢提交 Pull Requests! |
Security Check : 81ef626 |
auto build success,number:204 |
autotest fail,number:1542 |
Security Check : 81ef626 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no security risk
deviceName = "设备名称" | ||
deviceSecret = "设备密钥" | ||
|
||
# Wi-Fi SSID和Password设置 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
deviceName = "设备名称" | ||
deviceSecret = "设备密钥" | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
|
||
# 物联网平台连接标志位 | ||
iot_connected = False | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
   | ||
修改main.py中wifiSsid和wifiPassword的值为读者实际要连接的路由器的名称及密码(请注意名称和密码都需要放在""符号中间)。 | ||
|
||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
|
||
# 物联网平台连接标志位 | ||
iot_connected = False | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
|
||
   | ||
修改main.py中wifiSsid和wifiPassword的值为读者实际要连接的路由器的名称及密码(请注意名称和密码都需要放在""符号中间)。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
# 物联网平台连接标志位 | ||
iot_connected = False | ||
wlan = None | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
   | ||
修改main.py中wifiSsid和wifiPassword的值为读者实际要连接的路由器的名称及密码(请注意名称和密码都需要放在""符号中间)。 | ||
|
||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
deviceName = "设备名称" | ||
deviceSecret = "设备密钥" | ||
|
||
# Wi-Fi SSID和Password设置 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
|
||
uartDev = 0 | ||
gnssDev = 0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
* modify HaaSPython's brief introduction, fix #1772 Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com> * add HaaS Python v2.2.0 release notest, fix #1726 Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com> * add README for HaaS EDU K1 examples, fix #1798 Signed-off-by: ethan.lcz <ethan.lcz@alibaba-inc.com>
No description provided.