Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 14, 2024
1 parent 71e9848 commit cdac54c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/wx_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include "configuration.h"
#include "gps_utils.h"
#include "wx_utils.h"
#include "display.h"


#define SEALEVELPRESSURE_HPA (1013.25)
#define CORRECTION_FACTOR (8.2296) // for meters
#define SEALEVELPRESSURE_HPA (1013.25)
#define CORRECTION_FACTOR (8.2296) // for meters

extern Configuration Config;
extern String fifthLine;
Expand Down

0 comments on commit cdac54c

Please sign in to comment.