pxt-microbit 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/built/editor.js +36 -2
  2. package/built/hexcache/{523847a64a39d936972bb116ae62f3572fc68bbfaab239b9668a73843129f62d.hex → 21042ee1697f41e753f07ae4ed65b74e0d06c4cfd9e81c98522e5081cc22b22f.hex} +10923 -10920
  3. package/built/hexcache/{b3453e568175cf180eacd9bc7dbb01b5c8a3d08a615bc1f9c1da7291cd084375.hex → 3bd7683da9b220e850488838efa19f4472733744a11e01c17e4930cc48b4e0fa.hex} +10345 -10342
  4. package/built/hexcache/{104bed2beca960d761185d436978a3436467a15b22c67b375bcd19c41f329866.hex → 41b0eca0c15b68f1bb003a9857f7a3b6e54a9c073d9757bfe8d4b4a0396d5586.hex} +0 -0
  5. package/built/hexcache/{2b2b36e6358c0084c241a1cb9e35fa02042257df3c415d242d9b736c24743a0f.hex → ffda7a967870cc1be0cd9aa712c3d86444b9073804b3e2c0914c1b8ac3ca18ab.hex} +0 -0
  6. package/built/target-strings.json +5 -0
  7. package/built/target.js +50 -37
  8. package/built/target.json +50 -37
  9. package/built/targetlight.json +5 -5
  10. package/built/theme.json +14 -0
  11. package/built/web/blockly.css +1 -1
  12. package/built/web/react-common-authcode.css +6 -2
  13. package/built/web/react-common-skillmap.css +1 -1
  14. package/built/web/rtlblockly.css +1 -1
  15. package/built/web/rtlreact-common-skillmap.css +1 -1
  16. package/built/web/rtlsemantic.css +1 -1
  17. package/built/web/semantic.css +1 -1
  18. package/docs/SUMMARY.md +2 -0
  19. package/docs/device/pins.md +72 -40
  20. package/docs/extensions.md +8 -0
  21. package/docs/jacdac.md +60 -0
  22. package/docs/projects/SUMMARY.md +10 -0
  23. package/docs/projects/games.md +6 -0
  24. package/docs/projects/magic-button-trick.md +0 -2
  25. package/docs/projects/rock-paper-scissors-v2.md +201 -0
  26. package/docs/projects/v2-cat-napping.md +219 -0
  27. package/docs/projects.md +6 -0
  28. package/docs/reference/input/logo-is-pressed.md +1 -1
  29. package/docs/reference/input/on-logo-event.md +1 -1
  30. package/docs/reference/serial/on-data-received.md +1 -1
  31. package/docs/reference/serial/read-buffer.md +8 -7
  32. package/docs/reference/serial/read-line.md +8 -6
  33. package/docs/reference/serial/read-string.md +4 -4
  34. package/docs/reference/serial/read-until.md +4 -4
  35. package/docs/reference/serial/redirect.md +8 -7
  36. package/docs/reference/serial/set-baud-rate.md +56 -0
  37. package/docs/reference/serial/set-write-line-padding.md +51 -0
  38. package/docs/reference/serial/write-buffer.md +4 -4
  39. package/docs/reference/serial/write-line.md +6 -6
  40. package/docs/reference/serial/write-number.md +6 -6
  41. package/docs/reference/serial/write-numbers.md +6 -6
  42. package/docs/reference/serial/write-string.md +5 -5
  43. package/docs/reference/serial/write-value.md +3 -3
  44. package/docs/reference/serial.md +4 -1
  45. package/docs/tutorials-v2.md +6 -0
  46. package/package.json +2 -2
  47. package/pxtarget.json +4 -0
  48. package/targetconfig.json +9 -4
@@ -18,17 +18,22 @@
18
18
  "Disable Bluetooth Event Service": "Disable Bluetooth Event Service",
19
19
  "Download cancelled": "Download cancelled",
20
20
  "Download failed, please try again": "Download failed, please try again",
21
+ "Download for V2 only": "Download for V2 only",
21
22
  "Fashion": "Fashion",
22
23
  "Games": "Games",
24
+ "Go Back": "Go Back",
23
25
  "Go to the old editor": "Go to the old editor",
26
+ "Great coding skills! Unfortunately, your program is too large to fit on a micro:bit V1😢. You can go back and try to make your program smaller, or you can download your program onto a micro:bit V2.": "Great coding skills! Unfortunately, your program is too large to fit on a micro:bit V1😢. You can go back and try to make your program smaller, or you can download your program onto a micro:bit V2.",
24
27
  "Hardware": "Hardware",
25
28
  "Importing microbit.co.uk programs is not supported in this editor anymore. Please open this script in the https://makecode.microbit.org/v0 editor.": "Importing microbit.co.uk programs is not supported in this editor anymore. Please open this script in the https://makecode.microbit.org/v0 editor.",
29
+ "Jacdac": "Jacdac",
26
30
  "JustWorks pairing (default): Pairing is automatic once the pairing is initiated.": "JustWorks pairing (default): Pairing is automatic once the pairing is initiated.",
27
31
  "Live Coding": "Live Coding",
28
32
  "Microsoft MakeCode for micro:bit": "Microsoft MakeCode for micro:bit",
29
33
  "Music": "Music",
30
34
  "New? Start here!": "New? Start here!",
31
35
  "No Pairing Required: Anyone can connect via Bluetooth.": "No Pairing Required: Anyone can connect via Bluetooth.",
36
+ "Oops, there was a problem downloading your code": "Oops, there was a problem downloading your code",
32
37
  "Passkey pairing: Pairing requires 6 digit key to pair.": "Passkey pairing: Pairing requires 6 digit key to pair.",
33
38
  "Radio Games": "Radio Games",
34
39
  "Reference": "Reference",