Skip to content
Snippets Groups Projects
Commit 2f60e324 authored by daid303's avatar daid303
Browse files

Fixed #394

parent 5e2abfcd
Branches
Tags
No related merge requests found
......@@ -248,7 +248,7 @@ const short temptable_6[][2] PROGMEM = {
{970*OVERSAMPLENR, 25},
{978*OVERSAMPLENR, 22},
{1008*OVERSAMPLENR, 3},
{1023*OVERSAMPLENR, 0} //to allow internal 0C
{1023*OVERSAMPLENR, 0} //to allow internal 0C
};
#endif
......@@ -309,7 +309,7 @@ const short temptable_7[][2] PROGMEM = {
{994*OVERSAMPLENR, 15},
{1001*OVERSAMPLENR, 10},
{1005*OVERSAMPLENR, 5},
{1023*OVERSAMPLENR, 0} //to allow internal 0C
{1023*OVERSAMPLENR, 0} //to allow internal 0C
};
#endif
#if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment