You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
undefining ENABLE_LITTLEFS in obk_config.h (as an effort to safe space) causes src/httpserver/reset_interface.c to fail compilation as LFS_BLOCKS_END is not defined
Firmware:
Version latest branch
Device - NA
Chip/model: BK7231N
Device config - NA
To Reproduce
Steps to reproduce the behavior:
add:
#undef ENABLE_LITTLEFS in line 58 of obk_config.h
build source
Build fails
The text was updated successfully, but these errors were encountered:
Describe the bug
undefining ENABLE_LITTLEFS in obk_config.h (as an effort to safe space) causes src/httpserver/reset_interface.c to fail compilation as LFS_BLOCKS_END is not defined
Firmware:
To Reproduce
Steps to reproduce the behavior:
add:
Build fails
The text was updated successfully, but these errors were encountered: