Skip to content

Commit cd032c1

Browse files
committed
Fix analogPin table
1 parent eba1084 commit cd032c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BreakoutWebServer/BreakoutWebServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ IPAddress ip(192, 168, 1, 177);
3131
EthernetServer server(80);
3232

3333
// PortentaBreakout analogPin table
34-
breakoutPin analogPin[] = {ANALOG_A0, ANALOG_A0, ANALOG_A2, ANALOG_A3,
34+
breakoutPin analogPin[] = {ANALOG_A0, ANALOG_A1, ANALOG_A2, ANALOG_A3,
3535
ANALOG_A4, ANALOG_A5, ANALOG_A6, ANALOG_A7};
3636

3737
void setup() {

0 commit comments

Comments
 (0)