michal-kowalczyk

Results 4 issues of michal-kowalczyk

This change repeats resolve property process so that consecutive substitutions are possible. That may be required if the property requires multiple iterations to be resolved. For instance the following property...

I found that support for ESP32 is broken (most likely due to changes on Espressif end). I run unit tests for ESP32: ``` cmake ../Arduino-CMake-Toolchain/Tests/ ctest -R esp32.esp32 --verbose ```...

According to the documentation, the ven_lookup function allows to reject requests from a VEN that the VTN does not know: > ven_lookup(ven_id): a function that returns a dict with the...

enhancement
Non-compliant behavior

When passing an EC `key` and `cert ` to `OpenADRServer`, it crashes after receiving the first message from the VEN: ```python Registration id generated: ba81402c-9a7a-4407-930c-b2b60d109693 Error handling request Traceback (most...

bug