From 7956936154380e0e3c366e36186df55c8c6d0377 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 27 Aug 2025 16:03:17 -0400 Subject: [PATCH] Update main.c sim no atmosphere 1000 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 471c4230..6c9c3eb9 100644 --- a/main.c +++ b/main.c @@ -382,7 +382,7 @@ int main(int argc, char * argv[]) { if (atmosphere == 0) { sensor[PRES] = 0; strcpy(sensor_string[PRES], "0.0"); - sensor[ALT] = 109343; + sensor[ALT] = 1000; strcpy(sensor_string[ALT], "1000"); sensor[HUMI] = 0; strcpy(sensor_string[HUMI], "0.0");