Skip to content

Commit 3c13751

Browse files
evgenykochetkovearlephilhower
authored andcommitted
Fix NUM_ANALOG_INPUTS for Amperka WiFi slot (#5219)
1 parent 8ef21ca commit 3c13751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/wifi_slot/pins_arduino.h

+3
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ static const uint8_t analog_pin_to_mux_channel[] = {
8383

8484
#include "../generic/common.h"
8585

86+
#undef NUM_ANALOG_INPUTS
87+
#define NUM_ANALOG_INPUTS 8
88+
8689
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)