stefanbode / Sonoff-Tasmota

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE, enhanced with I2C options
GNU General Public License v3.0
127 stars 41 forks source link

PCF_8574 support #139

Closed mrmin24 closed 5 years ago

mrmin24 commented 5 years ago

<<<<<<< HEAD

IMPORTANT NOTICE If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so that it can be solved by as little as possible responses.

FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED

8f585b7f5354b19aff4bc6d1f238df4588d5693f Make sure these boxes are checked [x] before submitting your issue - Thank you!

(Please, remember to close the issue when the problem has been addressed)

Hi,

I have not upgraded in a loooong time. I now upgraded to latest release and core and cannot seem to find the #define USE_PCF8574 anywhere. If I do add it, then all sorts of other errors pop up.

Am I doing something wrong or am I missing something?

Thanks

stefanbode commented 5 years ago

Oh yes, because it was excluded during compilation I missed all the required changes. Uploaded a new tested version with all the changes required to the new method of web integration

mrmin24 commented 5 years ago

Thanks a lot. Seems to be working.

Just had to add #define USE_PCF8574 in my_config.h