Page 2 of 2
Re: Arduino esp32 support
Posted: Thu Apr 18, 2024 1:28 am
by mtraven
not seeing any private messages.
You could just post it here as attachments, or upload it to github and shoot me the link.
Re: Arduino esp32 support
Posted: Thu Apr 18, 2024 3:52 am
by Cemal5454
I sent it again via private message, I'm sorry, it wasn't accepted the first time I sent it.
Re: Arduino esp32 support
Posted: Thu Apr 18, 2024 6:44 am
by mtraven
I sent it again via private message, I'm sorry, it wasn't accepted the first time I sent it.
spent a good hour trying to make sense of that, not being familar with vMicro I wont be able to test compile that.
curious, why do you use it over platformio in vscode?
Thats beside the point, perhaps your could give a short narrative of what the program is suppose to do. and what specific error(s) you're having since the framework upgrade?
Re: Arduino esp32 support
Posted: Thu Apr 18, 2024 6:56 am
by Cemal5454
I've never used vscode platformio before
The program is used for lighting control with PWM, day simulation and controlling fans connected to sensors.
I can use 2.0.8 and 2.0.9 frameworks without any problems, but when I use 2.0.10 and above frameworks, it gives the error in the screenshot I sent you before. I think it is due to the change of ESP IDF version in 2.0.10 version.
Re: Arduino esp32 support
Posted: Thu Apr 18, 2024 6:58 am
by Cemal5454
So can I move this project to vscode platformio?