@educabot/educablocks-boards 0.2.11 → 0.2.12

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.
@@ -447,8 +447,8 @@ exports.boards = [
447
447
  type: 'senior',
448
448
  image: 'creabotsMovement.png',
449
449
  class: 'educabot-bhoot',
450
- name: 'Movimiento',
451
- groupName: 'Movimiento',
450
+ name: 'Conducción',
451
+ groupName: 'Conducción',
452
452
  company: 'Creabots',
453
453
  compilerBoard: 'arduino:avr:uno',
454
454
  agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educabot/educablocks-boards",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "educabot boards library",
5
5
  "main": "dist/index.js",
6
6
  "types": "index.ts",
@@ -455,8 +455,8 @@ export const boards: Board[] = [
455
455
  type: 'senior',
456
456
  image: 'creabotsMovement.png',
457
457
  class: 'educabot-bhoot',
458
- name: 'Movimiento',
459
- groupName: 'Movimiento',
458
+ name: 'Conducción',
459
+ groupName: 'Conducción',
460
460
  company: 'Creabots',
461
461
  compilerBoard: 'arduino:avr:uno',
462
462
  agentCommandLine: '"{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" -v -patmega328p -carduino -P{serial.port} -b115200 -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"',