Skip to content
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

Feature/add wifi connection #2

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BaoHeTaiHe
Copy link

@BaoHeTaiHe BaoHeTaiHe commented Dec 7, 2024

新增wifi连接

@BaoHeTaiHe BaoHeTaiHe force-pushed the feature/add-wifi-connection branch from deeabec to 298001c Compare December 7, 2024 18:26

from ssd1306 import SSD1306_I2C

from wifi_connection import connect_wifi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wifi connection不是一个标准库吧?另外,我不建议直接修改main文件,你可以单独开一个文件叫做mian_wifi

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好嘞

@@ -79,7 +92,7 @@ def servo_move(servo, angle):
if servo_id == 1:
servo_move(servo1, angle)
elif servo_id == 2:
servo_move(servo1, angle)
servo_move(servo2, angle)
Copy link
Collaborator

@Liyulingyue Liyulingyue Dec 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个问题比较严重,所以我直接在main分支修改了,感谢反馈~

@BaoHeTaiHe BaoHeTaiHe force-pushed the feature/add-wifi-connection branch from 21aa7cb to 298001c Compare December 8, 2024 09:32
@BaoHeTaiHe BaoHeTaiHe marked this pull request as draft December 8, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants