expresspotato
expresspotato
There is no longer any shema to be created, so long as you're already using Django Sites
So hours later the fix is both moving jet_dashboard.py / whatever you want to call it next to manage.py **and** for some reason you can't use a custom side JET_MENU,...
Yes, I also want to test the Synaptics CX2921, yet there is no firmware for the chip included in the repo...
Really? This is still an issue, basic django functionality. Why are the dev's working on exotic problem xyz when this doesn't even work...
Still doesn't work for me either...
@HengYongChao Steps to reproduce (esp-idf v3.3.2): ``` git clone https://github.com/espressif/esp-adf.git git submodule update --init --recursive cd ~/esp-adf/esp-idf ./install.sh . ./export.sh cd ~/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp idf.py build idf.py flash ``` This works but...
Same issue here, compile the **pipeline_a2dp_sink_and_hfp** example from esp-adf and the buttons do not work with a LyraT 4.3 version board. They are read but no AVRCP command's are sent....
> > Same issue here, compile the **pipeline_a2dp_sink_and_hfp** example from esp-adf and the buttons do not work with a LyraT 4.3 version board. They are read but no AVRCP command's...
Correct me if I'm wrong, but we've been doing this successfully with 2 seralizers and settings request / responses as such: `@extend_schema_view(create=extend_schema(responses=APIAssociationSerializerRead, request=APIAssociationSerializerWrite)` This also lets us have the read...
The beta doesn't work at all for me. Just stays in auto mode... The fan max / min are also way off. At least it reports the right fan speed....