Skip to content

Releases: escornabot/arduino

v1.7.0

04 Nov 12:50
d3ffe92
Compare
Choose a tag to compare

New features:

  • Stepper turn direction configuration (thanks manolomira)
  • Conditional compilation to allow non AVR ports
  • Platformio config to support Nano with new bootloader
  • Changed generic config to use numeric pin names instead Ax (analog input)

v1.6.2

19 Mar 18:36
Compare
Choose a tag to compare

New features:

  • New "pause" movement, with alternative (long pressed) backwards key.

v1.6.1

22 Feb 01:54
Compare
Choose a tag to compare

New features:

  • New game mode to use 60 degress turns instead 90 (triangled boards).
  • Game modes selector with long 'Go' key press.
  • Alternative turns (45 and 120 degress) with long key presses.
  • Detection of 45 degrees to make the diagonal runs.
  • Advise (LED indication) next advance is expected to be a diagonal.
  • Beep for long key press is longer than short key press.
  • Firmware version is shown as the first message to the serial console.
  • Bluetooth parser understands double char as a long key press (alt function).
  • Sound indication on game mode changed.
  • LEDs on when executing alternative moves.

v1.6.0

05 Jan 17:33
Compare
Choose a tag to compare

This is an initial v1.6.x release from lastest 1.4.x.

v1.5.1-beta

23 Feb 01:20
Compare
Choose a tag to compare
v1.5.1-beta Pre-release
Pre-release

v1.5.1 (Feb 23, 2018)

New features:

  • Sound indication on game mode changed.

Fixed bugs:

  • LEDs on when executing alternative moves.

See full changelog

v1.5.0-beta

22 Feb 08:51
Compare
Choose a tag to compare
v1.5.0-beta Pre-release
Pre-release

New features:

  • New game mode to use 60 degress turns instead 90 (triangled boards).
  • Game modes selector with long 'Go' key press.
  • Alternative turns (45 and 120 degress) with long key presses.
  • Detection of 45 degrees to make the diagonal runs.
  • Advise (LED indication) next advance is expected to be a diagonal.
  • Beep for long key press is longer than short key press.
  • Firmware version is shown as the first message to the serial console.
  • Bluetooth parser understands double char as a long key press (alt function).

See full changelog.

v1.4.3

15 Dec 00:02
Compare
Choose a tag to compare

Fixed bugs:

  • 3-wires keypad not working correctly (reported by Pedro García Pombo).

See full changelog.

v1.4.2

27 Oct 22:39
Compare
Choose a tag to compare

New features:

  • EscornaCPU 2.12 configuration file.

See full changelog.

v1.4.1

06 Jan 09:09
Compare
Choose a tag to compare

New features:

  • Travis CI is checking pushed code and badge is informing about sanity.
  • Refactoring of branches and explained the release numbers in README.
  • Nano is set as the default environment in Platformio.

See full changelog.

v1.4.0

12 Dec 00:35
Compare
Choose a tag to compare

New features:

  • Standard configurations ready-to-go by board version (see /config folder).
  • Instructions to compile and upload with PlatformIO (in README.md).
  • Escornabot's greeting preloaded (power on and press the 'Go' button).
  • Turn degrees configurable in the abstract Engine class.

See full changelog.