cleaning code

This commit is contained in:
richonguzman 2024-10-14 17:44:01 -03:00
parent 71e98487f6
commit cdac54c34e
1 changed files with 2 additions and 3 deletions

View File

@ -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;