Tarjei Knapstad
Tarjei Knapstad
Tried to run your code today, but got the following error: ``` File "/home/pi/btk/dbus.py", line 18, in __init__ bus.register_object(object_path=path, interface_info=interface_info, method_call_closure=self.on_method_call) TypeError: register_object() got an unexpected keyword argument 'method_call_closure' ```...
Wemos have introduced a new development board with 4MB PSRAM, the D32: [Wemos wiki](https://wiki.wemos.cc/products:d32:d32_pro) [AliExpress](https://www.aliexpress.com/store/product/LOLIN-D32-Pro-V2-0-0-wifi-bluetooth-board-based-ESP-32-esp32-Rev1-ESP32-WROVER/1331105_32883116057.html)
# Use case I wish to add files to the top level west workspace, for instance a README or a simple Makefile to wrap commonly used west/cmake targets. Currently it's...