Skip to content

WIP: Vinscant fixes - #130

Open
draxaris1010 wants to merge 4 commits into
mainfrom
vinscant-fixes
Open

draxaris1010 wants to merge 4 commits into
mainfrom
vinscant-fixes

Conversation

@draxaris1010

@draxaris1010 draxaris1010 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor
  • add a longer delay after correct scan
  • reconnect wifi

@draxaris1010 draxaris1010 changed the title WIP: Vinscant fixes Vinscant fixes Sep 11, 2026
@draxaris1010 draxaris1010 changed the title Vinscant fixes WIP: Vinscant fixes Sep 11, 2026
Comment thread vinscant/src/main.rs

let mut num_retry = 0;
let mut should_retry = true;
while should_retry && num_retry < 5 {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this is fine, but personally I think I would use a for _ in 0..5
and continue or break instead of the should retry, it's easier to reason about.

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