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

Mode 해제 전 1초 유지 #32

Closed
Tracked by #24
kka-na opened this issue Jun 24, 2022 · 2 comments
Closed
Tracked by #24

Mode 해제 전 1초 유지 #32

kka-na opened this issue Jun 24, 2022 · 2 comments

Comments

@kka-na
Copy link
Owner

kka-na commented Jun 24, 2022

No description provided.

@kka-na
Copy link
Owner Author

kka-na commented Jun 24, 2022

Fix keep second from 2sec to 1sec,
Mode set Bug Fix

aeye/error/mode_check.py

Lines 52 to 61 in 844ebaa

# TOR8 = AEB : Do Not Need to Change Mode
if self.prev_mode == 1 and self.tor != 0 and self.tor != 8:
if self.tor_cnt >= 10:
mode_msg.data = 0
self.mode_set = 0
self.tor_print(self.tor)
self.tor_cnt = 0
else:
mode_msg.data = 1
self.tor_cnt += 1

@kka-na kka-na closed this as completed Jun 24, 2022
@hanbro-inha
Copy link
Collaborator

역쉬 갓 가나

@maru-jang maru-jang changed the title Mode 해제 전 2초 유지 Mode 해제 전 1초 유지 Jun 24, 2022
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

No branches or pull requests

2 participants