We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d3d03 commit 7322b99Copy full SHA for 7322b99
examples/BreakoutWebServer/BreakoutWebServer.ino
@@ -31,7 +31,7 @@ IPAddress ip(192, 168, 1, 177);
31
EthernetServer server(80);
32
33
// PortentaBreakout analogPin table
34
-breakoutPin analogPin[] = {ANALOG_A0, ANALOG_A0, ANALOG_A2, ANALOG_A3,
+breakoutPin analogPin[] = {ANALOG_A0, ANALOG_A1, ANALOG_A2, ANALOG_A3,
35
ANALOG_A4, ANALOG_A5, ANALOG_A6, ANALOG_A7};
36
37
void setup() {
0 commit comments