Search found 1 match
- Sun Oct 08, 2023 11:57 am
- Forum: ESP-IDF
- Topic: GPIO pins missing error codes
- Replies: 0
- Views: 2245
GPIO pins missing error codes
Been getting a GPIO error code after the last ESP-IDF update with the TFT_eSPI library on the Arduino IDE so I switched to VCS and similar error happen on that also. I eliminated the TFT library with a simple PWM code and another GPIO error cam up. This is the code I wrote: int value = 255; void set...