Closed liqijian101 closed 8 months ago
is that working ?
I see pinMode
, digitalWrite
and other API that is Arduino specific and not in IDF
I have solved it.
you need to add handler counter value for snap handler like : https://github.com/luc-github/ESP3D-TFT/blob/main/main/modules/http/esp3d_http_service.cpp#L39-L43 and add it here : https://github.com/luc-github/ESP3D-TFT/blob/main/main/modules/http/esp3d_http_service.cpp#L237
Do you plan to add camera related commands also ? [ESP170]https://esp3d.io/esp3d/v3.x/documentation/commands/esp170/index.html [ESP171]https://esp3d.io/esp3d/v3.x/documentation/commands/esp171/index.html
I have add handler counter value,but I dont Know Why to add it. I plan to add related commands,but I am not goot at the code.
I have add handler counter value,but I dont Know Why to add it.
This is related to IDF API you need to set how many handler you have in top of adding handler or the latest handler won't be added and won't be used
I plan to add related commands,but I am not goot at the code.
It is ok you did well in PR and you can use same code as ESP3D as code base, as you did, they should be almost compatible
Hi luc, I tried adding 170 commands,But it always failde to compile. So I will not add any related commands. I hope to PR now.
ok I will have a look - thank you
why did you closed the PR ?
I mistakenly received the lvgl9 branch.I am changing the code and restoring the previous program. Afterwards, I will resubmit Pr
Ok - the lvgl 90 is definitly not for short terms so ignore it pls
Camera using OV2640