vitotai / BrewManiacEsp8266

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

Compile error with version 0.5.2 #124

Open wimdm1 opened 11 months ago

wimdm1 commented 11 months ago

When I try to compile the version 0.5.2 I get the following error:

src\EmbeddedFiles.cpp:34:1: fatal error: english_bmhtm.h: No such file or directory

Version 0.5.0 goes fine but I can not see any difference in 'EmbeddedFiles.cpp' of both versions except that the russian_bm_htm.h and resources_ru.h files are missing in version 0.5.2. under the directory locales

Haggenti commented 8 months ago

Hi, i had the same issue. Solved in checking options in platformIO project directory options, Include_dir must be locales/ Good day.

andrej1290 commented 7 months ago

I have same problem from version 0.5.3. Can you give me more information about what this means: "Solved in checking options in platformIO project directory options, Include_dir must be locales/ "

Thanks

vitotai commented 7 months ago

Isn't that included in platformio.ini?

https://github.com/vitotai/BrewManiacEsp8266/blob/f74b381411b69d0af8dcfd394061e7f929fbf221/platformio.ini#L16