Skip to content

Commit

Permalink
Update oled_deauther.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
warwick320 authored Dec 23, 2024
1 parent fc28aac commit 15c7b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oled_deauther.ino
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void drawssid(){
}
if(digitalRead(BTN_UP)==LOW){
delay(150);
if(scrollindex < scan_results.size()){
if(scrollindex < scan_results.size() - 1){
scrollindex++;
}
SelectedSSID = scan_results[scrollindex].ssid;
Expand Down

0 comments on commit 15c7b72

Please sign in to comment.