Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Reporting a bug

Arjo Chakravarty edited this page Apr 15, 2014 · 4 revisions

This page is for referencing how to report a bug. Very often I get a message by email or by text stating that something is not working. This is great feedback and I appreciate the fact that you are not just giving up on something that does not work however, as uspeech is still fairly experimental it would be helpful if you attach the following to your bug report:

  • The code you are using. If its an example just give me the example name.
  • The version number e.g v4.2.2;
  • A text dump of the output:
void setup(){
    Serial.begin(9600);
}
void loop(){
    Serial.println(analogRead(A0));
}
  • Preferably some output from debug_uSpeech regarding calibration.
Clone this wiki locally