* add pxt-serialmp3 to preferredRepos

* remove "moveHexEof"

* Decrease UART Buff size to default

* Restore UART Buff size

Co-authored-by: Juri <gitkraken@juriwolf.de>
This commit is contained in:
Amerlander 2020-10-29 09:26:52 +01:00 committed by GitHub
parent 738acc328f
commit d47ea29d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@
"deployDrives": "MINI", "deployDrives": "MINI",
"driveName": "MINI", "driveName": "MINI",
"hexMimeType": "application/x-microbit-hex", "hexMimeType": "application/x-microbit-hex",
"moveHexEof": true,
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]", "openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
"flashUsableEnd": 242688, "flashUsableEnd": 242688,
"flashEnd": 242688, "flashEnd": 242688,

View File

@ -143,6 +143,7 @@
"MKleinSB/pxt-mpr121", "MKleinSB/pxt-mpr121",
"MKleinSB/pxt-gatorlog-calliope", "MKleinSB/pxt-gatorlog-calliope",
"MKleinSB/pxt-callibot", "MKleinSB/pxt-callibot",
"MKleinSB/pxt-serialmp3",
"dl1ekm/pxt-calliope-ADS1x15", "dl1ekm/pxt-calliope-ADS1x15",
"dl1ekm/pxt-calliope-PCF85063-RTC" "dl1ekm/pxt-calliope-PCF85063-RTC"
] ]