You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter H. Demus
7561044e23
correct parentheses now to understand the logic and avoid warning
add to alarm list :
if laststatus was not 3
if laststatus was 3 and currentstatus is 3
add?
currentStatusMi = mPayload[iv->id].sts[stschan];
WiP
In file included from app.h:21,
from app.cpp:8:
hm/miPayload.h: In instantiation of 'void MiPayload<HMSYSTEM, HMRADIO>::miStsConsolidate(Inverter<>*, uint8_t, record_t<>*, uint8_t, uint8_t, uint8_t, uint8_t) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>; uint8_t = unsigned char]':
hm/miPayload.h:451:13: required from 'void MiPayload<HMSYSTEM, HMRADIO>::miStsDecode(Inverter<>*, packet_t*, uint8_t) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>; uint8_t = unsigned char]'
hm/miPayload.h:175:17: required from 'void MiPayload<HMSYSTEM, HMRADIO>::add(Inverter<>*, packet_t*) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>]'
app.cpp:143:41: required from here
hm/miPayload.h:481:99: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
481 | || mPayload[iv->id].sts[stschan] && statusMi == 3 && mPayload[iv->id].sts[stschan] != 3)
Signed-off-by: Peter H. Demus <peter@demus.de>
|
2 years ago |
.. |
.vscode
|
added hardware info
|
2 years ago |
config
|
Remove obsolete #define MIDNIGHTTICKER_OFFSET
|
2 years ago |
eth
|
fix #1049 static IP
|
2 years ago |
hm
|
correct parentheses now to understand the logic and avoid warning
|
2 years ago |
hms
|
0.7.56
|
2 years ago |
plugins/Display
|
0.7.53
|
2 years ago |
publisher
|
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
|
2 years ago |
utils
|
Fix typos throughout code
|
2 years ago |
web
|
0.7.59
|
2 years ago |
wifi
|
cleaned warnings
|
2 years ago |
.gitignore
|
insert board type on footer + fix footer
|
3 years ago |
CHANGES.md
|
0.7.59
|
2 years ago |
app.cpp
|
0.7.54
|
2 years ago |
app.h
|
0.5.58
|
2 years ago |
appInterface.h
|
0.7.55
|
2 years ago |
defines.h
|
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
|
2 years ago |
main.cpp
|
Improved ESP8266 support for HMS version (same code base: only ESP32 supports HMS!)
|
2 years ago |
platformio.ini
|
0.7.55
|
2 years ago |