pxt-ev3/libs/ev3/startup.ts
Peli de Halleux 00fefe10d6
Boot sequence (#946)
* refactor bootsequence

* inf can be null

* align elements
2019-10-10 09:15:57 -07:00

6 lines
209 B
TypeScript

// This is the last thing executed before user code
console.addListener(function(priority: ConsolePriority, msg: string) {
control.dmesg(msg.substr(0, msg.length - 1))
})
// boot sequence
brick.showBoot();