bitwisetech / popc

Firmware for Arduino and ESP8266 based coffee roaster control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with ESP8266

j-n-4 opened this issue · comments

commented

Hi
Kudos on a very impressive project. I am not an expert coder but I was super-impressed with the code structure and commenting.

Never the less, I tried to compile for ESP+MAX6675 and having some problems, I do not fully understand the PID mechanism but compilation fails on TCCR1B was not declared in this scope which I understand to be coming from arduino.h (included).
Has anyone had any experience with this code on ESP?

Thank You !
That section of code should be UNO-Only so I have put some #ifdef switches around it; as long as the compile time switches, at the beginning of the sketch, are set for ESP8266 then it compiles OK here, now.

Tks !

commented

Wow that was quick (and helpful!)
Going to try that ASAP.

Thanks!!