Skip to content

Commit

Permalink
#24 switch Brewfather ext_temp to aux_temp (room)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Jul 26, 2020
1 parent 1caed3f commit 7ec4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brewfather.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class BrewfTarget {
String bpm_name = "bpm";
//
const bool ambienttemp_enabled = true;
String ambienttemp_name = "ext_temp";
String ambienttemp_name = "aux_temp";
//
const bool vesseltemp_enabled = true;
String vesseltemp_name = "temp";
Expand Down

0 comments on commit 7ec4ae1

Please sign in to comment.