Niels Hvid

Results 7 comments of Niels Hvid

I just tried this PR. I like it. I couldn't compile with WiFiManager 0.15.0 I managed to compile with WiFiManager 2.0.5-beta You might want to update the readme in this...

Like I saId, it's outside my area of expertise. But if I look at the developer tools in Chrome under networking, I see a Status 200. ![image](https://user-images.githubusercontent.com/8969633/146680036-e7787c3c-0f83-4ed3-a075-6a6134750164.png)

What does this mean? AudioPlayer can't play mp3 files on Flutter Web? Did you try the example I provided?

I'd like to host a webapp where clients can play their own mp3 files. As such, the files are only present client side. Am I going about this all wrong?

@netgfx Yup, that is exactly what I was trying to do.

To test: (using docker) `docker run -it --rm ros:melodic-ros-base-bionic` (inside container) `mkdir -p ws/src && cd ws/src` `git clone https://github.com/NielsH12/py_test.git` `cd ..` `catkin_make install` `source install/setup.bash` `rosmsg show py_test/MyMsg` --works...