Simon Werner

Results 28 comments of Simon Werner

This [fork](https://github.com/FrankelJb/elm-media) appears to have completed this.

It depends how accurate you want to be. I would say you should be able to get +/-15 degrees. If you use any compass app on your phone, you would...

I can get sublime-merge into a state where it does not match git. For example running `git status` will give me. ``` On branch master Changes not staged for commit:...

Thanks @dpjohnst, I get it now, but I have to say that's a clear as mud. My default view shows nothing about this, see below. ![image](https://user-images.githubusercontent.com/2125796/110275652-5950f800-8036-11eb-9580-24766a711c02.png) It would be great...

Strange. I haven't used this library in a long time, so it's likely out of date and may not behave well with the latest ESP IDF.

Sorry, I can't help. The only think I suggest is to put `println` statements everywhere and see where it crashes.

The repository has been updated to run on ESP IDF 5.1. It has been tested on the ESP32, I still need to test it on the ESP8266.

What error messages are you getting? ‘import’ likely doesn’t work, that’s new JS syntax. You may just need to use ‘require’ instead, search for “amd js require”.

I need more information about this. Error messages, example data, what the actual problem is, etc.