lbartik
lbartik
Mouse and keyboard input are broken in the windows beta installer version 2024.5.6.113. I cannot select a language without using the keyboard arrows and enter key. Mouse language selection is...
ESP32-EVB CAN RX is on GPIO 35. Menuconfig will not let you use pin 35 unless you increase GPIO_RANGE_MAX to 35 in main\Kconfig.projbuild like so: `config GPIO_RANGE_MAX int default 35...
I'm new to ESP and MQTT. I struggled getting this to run on an ESP32-EVB from a windows PC (VS Code + esp-idf). Test broker is mosquitto running insecure (port...