casaroli commented on code in PR #10885: URL: https://github.com/apache/nuttx/pull/10885#discussion_r1354854525
########## boards/xtensa/esp32s3/esp32s3-eye/include/board.h: ########## @@ -43,4 +43,10 @@ #define BOARD_NLEDS 1 +/* GPIO pins used by the GPIO Subsystem */ + +#define BOARD_NGPIOOUT 2 /* Amount of GPIO Output pins */ Review Comment: I would normally prefer to control GPIO48 with PWM/LEDC, but it is not working so far. So i enabled as GPIO so at least we have some control for it. If you prefer I can drop the GPIO48 and enable only GPIO3. Or we can do it when we finally get the PWM to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org