Mike

Results 179 comments of Mike

For now, you can modify the dockerfile as per https://sming.readthedocs.io/en/latest/_inc/Sming/Arch/Esp32/README.html#idf-versions: ``` RUN INSTALL_IDF_VER=5.2 Tools/install.sh $INSTALL_ARGS ```

Try `make V=1` to see the spiffsgen command line, may help diagnose the issue. You didn't mention `config-clean`... But in general I just `rm -rf out` when I want to...

My thoughts on the code as it stands: - Be careful with over-commenting. For instance, only `IHardwarePWM` interface needs to be documented, adding comments to the implementations will result in...

Ref. https://github.com/pljakobs/Esp32HardwarePwm > I have finally gotten around to implement the first bits of the new HardwarePWM class. PWM, Phase Shift and Spread Spectrum now work on both the ESP32...

See #2772. Whilst that addressed the use of JTAG for the esp32c3, my initial comment about use of ROM functions applies here to the esp32s2. As yet there is no...

I've had a dig about in the Arduino library code, and it looks like this is related to how the various constructors work. In the default case: ```c++ Adafruit_ILI9341 tft(ili9341_CS,...

That does look like a firmware bug: the max. output of this inverter is 12kW so how can it export more than that?

Background info: https://github.com/espressif/arduino-esp32/issues/1484#issuecomment-398262920 https://blog.hirnschall.net/esp8266-on-battery/