This line in bluetooth.ino:
SerialBT.setPin(pin); // pin as in "PIN" This is the BT connection pin, not login pin. ALWAYS 0000, unchangable.
gives an error:
'class BluetoothSerial' has no member named 'setPin'.
I cannot find the cause nor solution. Any idea?