Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
acastanet authored Feb 21, 2020
1 parent 0059ebc commit 8e18019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ namespace WiFiBit {
//% blockId="wfb_connect" block="connect to WiFi:bit"
export function connectToWiFiBit(): void {
serial.redirect(
SerialPin.P16,
SerialPin.P8,
SerialPin.P0,
SerialPin.P1,
BaudRate.BaudRate115200
)
basic.pause(100)
Expand Down

0 comments on commit 8e18019

Please sign in to comment.