vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

Problem to get it to work #41

Closed RadioDJ closed 5 years ago

RadioDJ commented 5 years ago

I have some problem with your software. When I compile it in Arduino IDE I get this: pins.h:88: error: invalid conversion from 'int' to 'TwoWire*' [-fpermissive]

I have tried several things but nothing helps. It seems that I have problem to load the pcf8574_esp files. Any idea what I'm doing wrong?

allthepies commented 5 years ago

You need to use PlatformIO not the Arduino IDE, the project moved away from Arduino some time ago.

RadioDJ commented 5 years ago

Ok. Thats why. I shall try PlatformIO instead. Thank you.