updated color
This commit is contained in:
parent
8f61570158
commit
0d321114c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ tmp/
|
||||
*.ts.new
|
||||
*.tgz
|
||||
temp/
|
||||
*.db
|
||||
|
@ -70,6 +70,10 @@
|
||||
"serial" : {
|
||||
"manufacturerFilter": "^mbed$",
|
||||
"log": true
|
||||
},
|
||||
"cloud" : {
|
||||
"workspace": false,
|
||||
"packages": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
//% weight=2
|
||||
//% weight=2 color=30
|
||||
namespace serial {
|
||||
/**
|
||||
* Prints a line of text to the serial
|
||||
|
Loading…
Reference in New Issue
Block a user