updated color

This commit is contained in:
Peli de Halleux 2016-03-30 10:46:40 -07:00
parent 8f61570158
commit 0d321114c0
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ tmp/
*.ts.new *.ts.new
*.tgz *.tgz
temp/ temp/
*.db

View File

@ -70,6 +70,10 @@
"serial" : { "serial" : {
"manufacturerFilter": "^mbed$", "manufacturerFilter": "^mbed$",
"log": true "log": true
},
"cloud" : {
"workspace": false,
"packages": true
} }
} }
} }

View File

@ -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