Skip to content

Commit

Permalink
Fix Packet console settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Mar 19, 2020
1 parent 74a7382 commit efcc830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/api/packet/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ var (
"arm64-usr": "c2.large.arm",
}
linuxConsole = map[string]string{
"amd64-usr": "ttyS1,115200",
"arm64-usr": "ttyAMA0,115200",
"amd64-usr": "ttyS1,115200n8",
"arm64-usr": "ttyS1,115200n8",
}
)

Expand Down

0 comments on commit efcc830

Please sign in to comment.