From 1280379e7227898f32c495cfe89057bef706530a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Sep 2022 09:39:08 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 7d196612..5e566df4 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -312,7 +312,7 @@ bool TimerHandler1(struct repeating_timer *t) { process_bootsel(); // if (wifi) - check_for_browser(); +// check_for_browser(); return(true); }