Browse Source

Update helper.h

pull/1738/head
DanielR92 8 months ago
committed by GitHub
parent
commit
695496b6e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/utils/helper.h

4
src/utils/helper.h

@ -49,6 +49,10 @@ namespace ah {
String getTimeStrMs(uint64_t t);
uint64_t Serial2u64(const char *val);
void dumpBuf(uint8_t buf[], uint8_t len, uint8_t firstRepl = 0, uint8_t lastRepl = 0);
#if defined(ESP32)
float readTemperature();
#endif
}
#endif /*__HELPER_H__*/

Loading…
Cancel
Save