arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.12k stars 4.79k forks source link

No such file or directory esp-knx-ip.h or sonoff_post.h #4212

Closed TeckPete closed 5 years ago

TeckPete commented 5 years ago

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.

Describe the bug

In file included from C:\Users\Chris\Documents\Arduino\Sonoff-Tasmota-development\sonoff\sonoff.ino:36:0:

sketch\sonoff_post.h:41:24: fatal error: esp-knx-ip.h: No such file or directory esppic

include

                    ^

compilation terminated.

exit status 1 Error compiling for board Generic ESP8266 Module.

I

Also, make sure these boxes are checked [x] before submitting your issue - Thank you!

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

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

ascillato commented 5 years ago

That means that you have missing files and missing libraries.

Please, download all again and install as explained in the wiki

Tasmota is compiling fine.