Ivan
Ivan
i have same issue on linux, but all work fine on mac more information, i use - arduino ide 1.8.12, - binutils-esp32ulp-macos-2.28.51-esp-20191205 - ulptool-2.4.1 - maxos / linux (same setup,...
i guess this pull request help for this fix-error, https://github.com/duff2013/ulptool/pull/55 at least for me =)
look at issue - https://github.com/bassjobsen/Bootstrap-3-Typeahead/issues/321 i think, it is solution
ups) no, not solution)
i have same problem or look like yours, i'm not proficient in this code in js, but try to debug =) looks like not run "mouseup" that inited in mousedown....
look like floating bug)) how i debug, change some code and add warns in funcs, e.g. ``` mousedown: function (e) { this.mouseddown = true; var mouseup = function(e){ // IE...
> TypeError: (intermediate value).apply is not a function (jquery.min.js:3:7485) i think that is root of your problem. You see this topic https://github.com/standard/standard/issues/373 ? maybe it can help you?
hm... i try your example from first message of topic, and all ok :\ do you run your example on clean page without any other js lib? only jquery and...
I have project which uses u8g2 and support 2 displays oled sh1106 and eink ssd1681, also it uses [tcMenuLib](https://github.com/davetcc/tcMenuLib) which uses u8g2 lib also, and in my opinion implementation eink-display...
Hi! ULP coprocessor demands RTC pins for i2c bus, according to [scheme](https://0.rc.xiniu.com/g4/M00/01/F8/CgAG0mD1Jw-AaclJAAfM7x6yhFw400.jpg) t-watch has i2c pins on 21-22 and I guess RTC timer and accelerometer connected to this pins and,...