I don't think I have committed them yet. The quickest fix for boards < v3.3 is to comment out two lines in 'initialize()' function in RN52impl.cpp file.
This is how it should look like in order to work:
void RN52impl::initialize() {
softSerial.begin(9600);
pinMode(BT_EVENT_INDICATOR_PIN,INPUT);
pinMode(BT_CMD_PIN, OUTPUT);
pinMode(BT_FACT_RST_PIN,INPUT);
//pinMode(BT_PWREN_PIN,OUTPUT);
digitalWrite(BT_EVENT_INDICATOR_PIN,HIGH);
digitalWrite(BT_CMD_PIN,HIGH);
//digitalWrite(BT_PWREN_PIN,HIGH);
}
2001 9-5 SE V6; 2006 9-5 Wagon; iOS; BlueSaab version = "latest and greatest" :)