From 4b4efa99fc85247f1517491c653b056bf95d3904 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 27 Aug 2025 15:22:17 -0400 Subject: [PATCH] Update main.c change space alt to 1000 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 5f6876e7..5acbedf9 100644 --- a/main.c +++ b/main.c @@ -383,7 +383,7 @@ int main(int argc, char * argv[]) { sensor[PRES] = 0; strcpy(sensor_string[PRES], "0.0"); sensor[ALT] = 109343; - strcpy(sensor_string[ALT], "109343"); + strcpy(sensor_string[ALT], "1000"); sensor[HUMI] = 0; strcpy(sensor_string[HUMI], "0.0"); sensor[TEMP] = 0;