Skip to content

Commit 4a5b646

Browse files
authored
PICO: Add new PIOUART range (#4588)
1 parent a844f16 commit 4a5b646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/js/tabs/ports.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ ports.initialize = function (callback) {
149149
58: "UART8",
150150
59: "UART9",
151151
60: "UART10",
152+
70: "PIOUART0",
153+
71: "PIOUART1",
154+
72: "PIOUART2",
155+
73: "PIOUART3",
156+
74: "PIOUART4",
157+
75: "PIOUART5",
158+
76: "PIOUART6",
159+
77: "PIOUART7",
160+
78: "PIOUART8",
161+
79: "PIOUART9",
152162
};
153163

154164
let gpsBaudrateElement = $("select.gps_baudrate");

0 commit comments

Comments
 (0)