pidou46

Results 6 issues of pidou46

Hello mcauser, There is specification of the board listed in the readme, it would be nice to have a supported status for each line to help undersand waht one can...

It is possible to assign assign the same resource more than one time to the same task. Is this bug or a feature ? I don't see use a case...

Assigning resources from context menu on a task in Gantt diagram is very convenient. It's also possible untick a resource but it is not updated in resources properties. It would...

Please, could you give instructions how to use IPEX antenna instead of 3D antenna built in ?

For time critical code, it could be needed to calibrate the ulp clock. [https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/ulp_instruction_set.html#note-about-instruction-execution-time](url) Does it is possible to do it with micropython-esp32-ulp lib ? If not is there a...

Hello, In the README.md: https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble it is stated that the notify method take one optional argument: ```temp_char.notify(b'optional data')``` but if I call it without any argument I get: ```TypeError: function...