Jason2866
Jason2866
Supported. Use latest Platform-espressif32 release.
Issue is fixed. Use latest release. If it still does not work delete folder `.platformio` and Platformio will fetch the latest. This is needed since old reminents are left.
I did a custom build for the solo and the xiaomi/yeelight OEM variant, available with: ``` platform_packages = tasmota/framework-arduinoespressif32 @ 3.10006.210420 ``` Since some idf libs are different this version...
This works for IDF4.4 ``` platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-idf-v4.4 platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git ``` We are using here https://github.com/arendst/Tasmota/blob/development/platformio_override_sample.ini#L201 the only difference we are using a tarball (faster than using...
@yogyyoghurt Just tried, compiled and working with ESP32 and ESP32-S2 You can find my test setup https://github.com/Jason2866/arduino-blink
Should work too, it uses the same setup as https://github.com/espressif/arduino-esp32/issues/4998#issuecomment-813022103 Just add espidf to the framework
> @maxgerhardt I have tried this. Seems to work!!! Compiling and linking is OK. I didn't test the application so far. But by the way I have a more general...
@apwwn the branch esp32s2 is now integrated in master and so not needed anymore. You can easily define boards yourself. Just place your `boards.json` in folder `boards` in root of...
@valeros I noticed that setting the env variable here does not work as expected https://github.com/platformio/platform-espressif32/blob/ee6f97db592c3697697bcfe76aba66ce0c64c329/builder/main.py#L105 It seems it is encapsulated. Is there a way to set it global? The PR...