Skip to content

Commit

Permalink
Fix default backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 29, 2023
1 parent 91d9c45 commit 68fd848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ pub async fn wait_for_connection(sta: &Sta, board: &mut Board) -> bool {
true
}

pub const DEFAULT_BACKEND_URL: &str = "http://stingray-prime-monkey.ngrok-free.app/";
pub const DEFAULT_BACKEND_URL: &str = "http://stingray-prime-monkey.ngrok-free.app";
pub const LOW_BATTERY_PERCENTAGE: u8 = 5;

0 comments on commit 68fd848

Please sign in to comment.