André Klitzing

Results 61 comments of André Klitzing

Since we added another phase "Sub-Packages" all BUILD_RESULTs and BUILD_NUMBERs of the phase "General" and "Packages" are empty now. What is the problem here? ![job](https://user-images.githubusercontent.com/50925/98344358-6d96d100-2013-11eb-8af3-0c5d309e49b5.png) ![env](https://user-images.githubusercontent.com/50925/98344367-712a5800-2013-11eb-84a7-667ee5df6421.png)

Config.xml ``` true mkdir build; mkdir tmp ${review.url} cd source; hg import --no-commit ../patch.diff General default_Review_Formatting true false false false 0 false false false FAILURE false false default_Review_Source true false...

@yorammi Do you see any mistake here? Is it a bug?

Thanks! Did you find something? How can I help?

Interesting here..... if I ABORT a job before the "new phase" is reached the env variables are NOT empty. Seems they will be flushed later. ![Screenshot_20201120_160152](https://user-images.githubusercontent.com/50925/99814825-cef98c80-2b49-11eb-8bc2-6e742fc7f1b5.png)

Thank you very much. We already fixed this a little bit different in our internal repository. :-) This will be fixed in 1.24.3.

Replaced by this? --> d3ba592a129fda1f0774958c46ae64b91106b271

I found/added experimental support for my ESP32-S2 in ESPHome: https://github.com/esphome/esphome/pull/1433 As WLED also uses platformio it could be adopted easily until it is full supported? ``` [env:esp32s2] board = nodemcu-32s...