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