gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 132 forks source link

Compilation error: html_common.h: No such file or directory #218

Closed cfabiano closed 1 year ago

cfabiano commented 1 year ago

Receiving the following when attempting to compile the code with a new installation of Arduino IDE 2.1.0. I cant seem to find any info for installing the library _htmlcommon.h

C:\Users\user\Documents\Arduino\mitsubishi2mqtt\mitsubishi2mqtt.ino:41:10: fatal error: html_common.h: No such file or directory
   41 | #include "html_common.h"  // common code HTML (like header, footer)
      |          ^~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: html_common.h: No such file or directory
floatplane commented 1 year ago

html_common.h is part of the source tree. did you clone the whole repo or just copy the .ino file?

cfabiano commented 1 year ago

I cloned the repo but for whatever reason IDE couldn't find its way back to the source file directory on my machine. I just started fresh and this time it worked without issue. I appreciate the help.