Release v0.10 with a fix for the Arduino Uno R3.

The only change is an updated ols.profile-agla.cfg that works with the
Arduino Uno R3.
This commit is contained in:
Andrew Gillham
2013-07-22 22:25:24 -07:00
parent 8c7db04e3c
commit 69de405dd5
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
*/
/*
* NOTE: v0.09 switches the channels BACK to pins 8-13 for trigger reliability.
* NOTE: v0.09 switched the channels BACK to pins 8-13 for trigger reliability.
* Please report any issues. Uncomment USE_PORTD for pins 2-7.
*
* This Arduino sketch implements a SUMP protocol compatible with the standard
@@ -78,7 +78,7 @@
* until after the trigger fires.
* Please try it out and report back.
*
* Release: v0.09 June 22, 2013.
* Release: v0.10 July 22, 2013.
*
*/
@@ -868,8 +868,8 @@ void get_metadata() {
Serial.write((uint8_t)0x02);
Serial.write('0');
Serial.write('.');
Serial.write('1');
Serial.write('0');
Serial.write('9');
Serial.write((uint8_t)0x00);
/* sample memory */