ntoll / microrepl

A REPL client for MicroPython running on the BBC micro:bit.
Other
31 stars 17 forks source link

Replace magic number PID and VID with module-level definitions #18

Closed carlosperate closed 6 years ago

carlosperate commented 6 years ago

This is a tiny PR really, just replacing the VID and PID magic numbers with the "constants" already defined at the top of the module.

Also added to the changelog a mention to the the fix from #17 (issue #16).

ntoll commented 6 years ago

Thanks!

carlosperate commented 6 years ago

Wow, that was quick, thanks!