Hank Lloyd Right

Results 14 comments of Hank Lloyd Right

> I simply named manually a folder with a $ in it's name because it will be on top Just FYI, I use ! for this purpose (or even !!)...

> for trigger event on each multi-select > add > ``` > function Multiselect(select, options) { > ... > this.options.onReset = $.proxy(this.options.onReset, this); > ... > } > ``` >...

Thank you for the schematic. If I am supplying +5v power to the board not via the micro-USB jack, do I send +5v to the VIN(VBUS) pin # 16 or...

I had this same problem upgrading from 1.3.7 to 1.4.1 and simply casting the char * to (uint8_t*) worked in the setValue call. Thanks.

I'm also having a similar delay problem -- my Artnet transmitter (PC program) is on ethernet, but sometimes it takes 20 seconds or more for the ESP32 to receive the...

There's an easy fix for this found in several other threads talking about this one bug: https://github.com/lukasz-wronski/vscode-ftp-sync/issues/339#issuecomment-941959336

> > I switched to [vscode-sftp](https://github.com/liximomo/vscode-sftp). So you @ALL can try. > > Isn't that deprecated? It's not like this repo is being maintained anymore either.

That's really helpful, thank you. Since I currently have VCC connected to the 3V pin, the voltages at both are obviously the same, but your explanation causing higher current sounds...

Yup.. happens to me about once a month, just have to restart VCC. It usually takes me a few minutes to figure out why all my changes aren't being made...

I don’t think it’s leaving connections open… I don’t have any connection limits on my servers and it still locks up. Also you should be using SFTP and not just...