mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Unbreak esp32 example
This commit is contained in:
parent
807cd4df9e
commit
a83dd9569d
@ -2,6 +2,7 @@ idf_component_register(SRCS "main.c"
|
||||
"wifi.c"
|
||||
"net.c"
|
||||
"packed_fs.c"
|
||||
"mjson.c"
|
||||
"mongoose.c")
|
||||
component_compile_options(-DMG_ENABLE_LINES)
|
||||
component_compile_options(-DMG_ENABLE_PACKED_FS)
|
||||
|
1
examples/esp32/device-dashboard/main/mjson.c
Symbolic link
1
examples/esp32/device-dashboard/main/mjson.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../device-dashboard/mjson.c
|
1
examples/esp32/device-dashboard/main/mjson.h
Symbolic link
1
examples/esp32/device-dashboard/main/mjson.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../../device-dashboard/mjson.h
|
Loading…
Reference in New Issue
Block a user