We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96faa77 commit 0980a21Copy full SHA for 0980a21
libraries/BLE/src/BLEEddystoneTLM.cpp
@@ -46,11 +46,11 @@ uint16_t BLEEddystoneTLM::getVolt() {
46
47
float BLEEddystoneTLM::getTemp() {
48
return EDDYSTONE_TEMP_U16_TO_FLOAT(m_eddystoneData.temp);
49
-} // getFloatTemp
+} // getTemp
50
51
uint16_t BLEEddystoneTLM::getRawTemp() {
52
return ENDIAN_CHANGE_U16(m_eddystoneData.temp);
53
-} // getTemp
+} // getRawTemp
54
55
uint32_t BLEEddystoneTLM::getCount() {
56
return ENDIAN_CHANGE_U32(m_eddystoneData.advCount);
0 commit comments