Open ZhengLinLei opened 1 year ago
Thank you for contributing 👍 Try to polish the changes a bit, it's confusing as lot of unrelated changes are happening there. Try to find what exactly fixes the problem with missing header files, commit just this change and push it. I guess the actual fix is adding
// Include library of ntohs function
#include <arpa/inet.h>
so it would be great if you can separate it from the rest of the changes and open PR with this particular change.
Also great idea to include builds for more chips 👍 I would suggest to create a folders in build
dir like build/esp32
, build/esp32s2
, etc and then build the images into them, rather then creating branch for each chip.
Changes made:
idf.py
(v5.x)ntohs
function in librarywinsock.h
CMakeList
to fix all thefile or folder not found
error withesp_wifi
andesp_event
componentsinterface
folder toinclude
so as not to cause confusion in future code maintenance.Changes pending:
html
andcss
design to more modern one.Thanks.
Zheng Lin Lei