uncodead / BrewUNO

High precision and accuracy, open source, online, extensible and low cost homebrew automation on top of ESP8266 microchip.
http://www.brewuno.com
Other
89 stars 44 forks source link

how to compile the code on VS code + platformio #87

Closed felipeserta closed 3 years ago

felipeserta commented 3 years ago

I´m trying to compile the code but gives me a lot of erros that looks like a a arduinojson version problem, witch version are you using and the version of esp 8266 firmware 2.2.2(im using this version).

Thanks

felipeserta commented 3 years ago

@uncodead I tried also to change c/c++ version wthout sucess. Do you use VS code + platformio? c/c++version? c:\users\f_the.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\stdlib.h:94:44: error: expected initializer before '__result_use_check' c:\users\f_the.platformio\packages\toolchain-xtensa\xtensa-lx106-elf\include\stdlib.h:149:31: error: expected initializer before '__result_use_check'

Thanks

uncodead commented 3 years ago

try to put this in platformio.ini:

platform = espressif8266@2.6.3 (line 11)

felipeserta commented 3 years ago

Thanks

Em 11 de jul. de 2021, à(s) 19:15, Bruno Leitão @.***> escreveu:

 try to put this in platformio.ini:

platform = @.*** (line 11)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.