Minor string storage optimization
This commit is contained in:
@ -1326,7 +1326,7 @@ void Temperature::manage_heater() {
|
||||
const user_thermistor_t &t = user_thermistor[t_index];
|
||||
|
||||
SERIAL_ECHOPAIR_F(" R", t.series_res, 1);
|
||||
SERIAL_ECHOPAIR_F(" T", t.res_25, 1);
|
||||
SERIAL_ECHOPAIR_F_P(SP_T_STR, t.res_25, 1);
|
||||
SERIAL_ECHOPAIR_F(" B", t.beta, 1);
|
||||
SERIAL_ECHOPAIR_F(" C", t.sh_c_coeff, 9);
|
||||
SERIAL_ECHOPGM(" ; ");
|
||||
|
Reference in New Issue
Block a user