lorol
lorol
@andres26263 For Windows, the plugin searches for esptool.exe in: platform.getFolder() base path subfolders: /tools /tools/esptool_py /tools/esptool Then in values configured by installation PreferencesData.get() ... values of runtime.tools.esptool_py.path= runtime.tools.esptool.path= You can...
You can check the last PR at [my clone](https://github.com/lorol/arduino-esp32fs-plugin) of this repository. I may be helpful for you.
@delcomp, thank you for the report. Probably @bergdahl would be able to help fixing it or give some hints.
You may check this: https://github.com/krdarrah/ESP32_GUI_Programmer
or this one :) https://github.com/lorol/arduino-esp32fs-plugin
Or wait a blessed one :) to come from upstream: https://github.com/me-no-dev/arduino-esp32fs-plugin/pull/28
Hi @array81 I noticed your encoder signals are like this: ENCODER CLK -> D3 ??? ENCODER DT -> D4 ??? ENCODER SW -> D5 So what kind of encoder device...
Hi @neu-rah First, thank you for the great piece of work - the ArduinoMenu! Yes I understood the driver difference. My only point was to check the hardware. ESP8266 has...
@array81 Hi, I think NodeMCU D5 (GPIO14) has no pull-up resistor on board. 
Hi, I managed to run the example by timer-driven ClickEncoder on NodeMCU. You need a good rotary encoder and make sure pull-up resistors present on your board or externally on...