Hi Robert,
i think there is a littel Bug in the controller_v338.ino.
Give an Error:
'struct config_t' has no member named 'fanspeed'
I put under the "struct config_t" a new line with "int fanspeed; "
and it works.
Greets
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Robert,
i think there is a littel Bug in the controller_v338.ino.
Give an Error:
'struct config_t' has no member named 'fanspeed'
I put under the "struct config_t" a new line with "int fanspeed; "
and it works.
Greets
Andreas
Yes. I had forgot to modify the display routine code for the new changes
Fixed now 339