Hannes Campidell

Results 17 issues of Hannes Campidell

I tried to upload and compile the example for Adafruit Neopixel on my board but I got this error: ```hannes@hannes-GUSCHTAV ~/D/new_fw> platformio run -t upload Processing generic-bk7231n-qfn32-tuya (platform: libretiny; board:...

i ran qmake without problem but with make i get: ``` hannes@rock-5b ~/D/DobieStation (master)> make cd zlib/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/hannes/DobieStation/DobieStation/zlib/zlib.pro ) && make...

i saw this text in the readme and i thought deleting is a litle bit too brutal and for transparency and legacy reasons archiving would be better ![grafik](https://github.com/nopnop2002/Arduino-STM32-Ethernet-LAN8720/assets/88653399/9f839044-1320-469c-a5f0-354d5c28544f)

i need to completley deinitialise usbhost so the usb pins are floating

![image](https://user-images.githubusercontent.com/88653399/209474455-79f99528-0c0f-4e2f-952d-8f511dace760.png) these are the errors

i am using platformio with the [max gerhardt core (the modified grumpyoldpizza core) ](https://github.com/maxgerhardt/ArduinoCore-stm32wb) and it compiles successfully but the leds just stay black (tested with the normal stm32duino core...

I want to find out if the current client is still connected to the server side (on the server side) but i couldn't find any way to do that I...