Closed itay-sho closed 1 month ago
as we discussed in #128 @GrKoR
Could you please split this commit into two different commits?
Hey, worked on the comment you've suggested checked by compiling and redeploying again to my esphome.
@itay-sho Hey, Itay! I created new brunch with esp-idf support. I need to test it on different platforms. After that I'll push it into the master branch. Thank you a lot for your help!
@itay-sho thanks for the fix!
Removing the dependency in Arduino.h which was used only for debugging. fixing some wrong types that made compilation problems in my esp32-c6 - probably due to a newer compiler.
note: this is kind of hacky, but I managed to compile it. might need some more effort to make sure that it works now both on older esp32 and newer ones, and maybe having a "real" F macro.