Cee
Cee
Why my rustdesk doesn't show RDP (1.1.9) ? How to get it there? Any specific setup needed?
Every camera working now is aac audio and I have tried your suggestion and it made no difference. I just found an issue where it discussed audio and video pts...
I guess I must have forgotten --recursive but when I redo it I had this error towards the end. ``` Compiling zluda_ccl v0.0.0 (/mnt/d11/zluda/zluda_ccl) warning: calls to `std::mem::drop` with a...
@oskrtg Thanks for your input. Mine is Debian 12. Not sure if making changes to the source will be possible or not. I just realized that I don't have this...
+1 for this too. But admittedly I still couldn't really get geany V2 working in debian 12 and debain's native geany is still 1.38. platformio and vscode/vscodium seems to be...
@me-no-dev My chips were on pioarduino of older version [https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip](url) without the TCPIP issue. 1. Recently I tried uploading from an esp32 library builder which happened to be based on...
@mathieucarbou I am testing yours. What should I set to get rid of these? I am not familar with RP2040W and only run ESP32 and ESP8266. `` In file included...
@mathieucarbou Your response/reply doesn't help. However, having re-read the doc, 1. "_Drop support for ESP8266, which goes EOL in a few years. All ESP8266 boards can be replaced by equivalent...
Thanks. By the way I am exploring ways to get multiple devices taking commands from one chat bot. Every device has its own id number and the command is attached...
I am attaching my code below. 1. bot_updates in the procedure executed in loop(). 2. msg_track is a class variable that will try to catch up with last_message_received. Every device's...