Fixed missing
This commit is contained in:
parent
ce9918386e
commit
e990171074
49 changed files with 196 additions and 49 deletions
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ bool beginPower();
|
|||
void disablePeripherals();
|
||||
#else
|
||||
#define beginPower()
|
||||
#define disablePeripherals()
|
||||
#endif
|
||||
|
||||
#ifdef DISPLAY_MODEL
|
||||
|
|
@ -129,12 +130,14 @@ extern SPIClass SDCardSPI;
|
|||
extern HardwareSerial SerialGPS;
|
||||
#endif
|
||||
|
||||
#ifdef HAS_NTC
|
||||
#ifdef NTC_PIN
|
||||
float getTempForNTC();
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
void setupBLE();
|
||||
#else
|
||||
#define setupBLE()
|
||||
#endif
|
||||
|
||||
extern uint32_t deviceOnline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue