This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
thermostat: fix comment for gcc
master
Richard Genoud
5 years ago
parent
878bf1cdc0
commit
2766e0e6a9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
soft/thermostat/src/mainwindow.cpp
+ 2
- 2
soft/thermostat/src/mainwindow.cpp
View File
@ -415,9 +415,9 @@ void MainWindow::apply_order_to_heaters(void)
break
;
case
ON
:
heating_order
=
true
;
/* fall */
/* fall
through
*/
case
OFF
:
/* fall */
/* fall
through
*/
default
:
emit
setAllHeatersOn
(
heating_order
)
;
Write
Preview
Loading…
Cancel
Save