. pde incomplete

Share you PDE file with our community
Post Reply
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: . pde incomplete

Post by binder »

The "T1: Error, T2: Error, T3: Error" just means that the temp sensors are not plugged in or working properly. Whenever the controller reads 0 for the temp sensor, it displays "Error" on the screen.

Also, you will want to change this line:

Code: Select all

// Labels for the web banner
prog_char id_label[] PROGMEM = "rimai";
Change it to another name other than "rimai" because that one is already in use. :)

curt
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: . pde incomplete

Post by rimai »

It picks up the probes automatically. You don't need to set it up.
Roberto.
Post Reply