Little SIM800L refactor

Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
Martin Kolací
2020-12-21 20:44:31 +01:00
parent 859425d6f2
commit 70ad6c5c01
7 changed files with 149 additions and 155 deletions

View File

@@ -188,6 +188,7 @@ typedef struct {
// === settings version 5
// =================================
byte gpsHwSerialPort; // 255-off, 0,1,2 - hw serial
byte gprsHwSerialPort; // 255-off, 0,1,2 - hw serial
//
} SETTINGS_STRUC;
@@ -239,4 +240,3 @@ class LiveData {
float celsius2temperature(float inCelsius);
float bar2pressure(float inBar);
};