We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build without errors
When building the esp32 firmware, the following error occurs during make:
/home/pi/esp32/nodemcu-firmware-esp32/components/modules/node.c: In function 'node_info': /home/pi/esp32/nodemcu-firmware-esp32/components/modules/node.c:475:45: error: expected expression before ',' token 475 | add_int_field(L, BUILDINFO_LFS_SIZE, "lfs_size"); ...
make
NodeMCU ESP32 build 2024-12-19 08:01 powered by Lua 5.3.5 [5.3-int32-singlefp] on IDF v5.3.2 cannot open init.lua: No such file or directory
Esp32 devkit
The text was updated successfully, but these errors were encountered:
Thanks for the fix! Merged!
Sorry, something went wrong.
No branches or pull requests
Expected behavior
build without errors
Actual behavior
When building the esp32 firmware, the following error occurs during make:
Test code
make
NodeMCU startup banner
Hardware
Esp32 devkit
The text was updated successfully, but these errors were encountered: