tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
664 stars 217 forks source link

Implementing into project with ulp. #16

Closed forthe94 closed 5 years ago

forthe94 commented 6 years ago

Hello, thank you for great wifi manager!

I've got an issue, when I'm trying to append wifi manager to program with ULP I catch error with undefined reference

/home/tetenkov/esp/esp32-wifi-manager/wifi_manager/build/main/libmain.a(baremetal.o):(.literal.init_ulp_program+0x0): undefined reference to _binary_ulp_app_bin_end' /home/tetenkov/esp/esp32-wifi-manager/wifi_manager/build/main/libmain.a(baremetal.o):(.literal.init_ulp_program+0x4): undefined reference to_binary_ulp_app_bin_start'

I really change nothing in ULP programming logic, I follow Programming Guide but when I add wifi manager files it fails.

tonyp7 commented 5 years ago

undefined reference to _binary_ulp_app_bin_start means you haven't included all necessary libraries in your app. I'm marking this as unrelated to the wifi manager. Thanks for the kind message!