You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESP32 MCU restricts which GPIO pins can be used for the Transmit Channel (TX). Ports 34 to 39 (inclusive) cannot be used for TX. Attempting to use these ports will cause the `TransmitChannelSettings` class to throw an `ArgumentOutOfRangeException`.
78
+
The ESP32 MCU restricts which GPIO pins can be used for the Transmit Channel (TX). Pins 34 to 39 (inclusive) cannot be used for TX. Attempting to use these pins will cause the `TransmitChannelSettings` class to throw an `ArgumentOutOfRangeException`.
0 commit comments