HELP: ESP32s3 -> access mongoose webserver via USB NCM from PC #3597
|
Hello All, First of all thank you very much for such a cool tool like mongoose. Using the webui was fun and very interesting. I used it successfully on my esp32 s3 via the Wifi. I am now trying something new in my project and have reached a bottleneck and need some help. Here are the details: Hardware: ESP32s3 Devkitc v1.1 Description/ Task: I have implemented tinyusb as network in NCM mode. The mongoose server is started. Now when i open the browser and type 192.168.7.1 i expect to see the Mongoose dashboard but I dont. Sharing the code and logs. inside mongoose_impl.c after running the code and starting the browser i see the following line |
Replies: 1 comment 2 replies
|
You are using lwIP, there's almost no Mongoose in there, there's nothing we can do |
You are using lwIP, there's almost no Mongoose in there, there's nothing we can do