Skip to content

Commit

Permalink
📝 Note for Eazao Zero dummy thermistor (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored May 12, 2024
1 parent 928c420 commit cdb586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/Eazao/Zero/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
*/
#define TEMP_SENSOR_0 998
#define TEMP_SENSOR_0 998 // Required for TFT firmware to function properly
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
Expand Down

0 comments on commit cdb586f

Please sign in to comment.