This commit is contained in:
Lubos Petrovic
2020-12-20 16:07:13 +01:00
parent 33d021dd77
commit d1b0422c5e
21 changed files with 7 additions and 82 deletions

View File

@@ -1,7 +1,3 @@
#ifndef LIVEDATA_CPP
#define LIVEDATA_CPP
#include "LiveData.h"
#include "menu.h"
@@ -186,8 +182,3 @@ float LiveData::bar2pressure(float inBar) {
return (settings.pressureUnit == 'b') ? inBar : inBar * 14.503773800722;
}
//
#endif // LIVEDATA_CPP