adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

move _intercharwritedelay=0 to the constructor #49

Open buxit opened 5 years ago

buxit commented 5 years ago

set _intercharwritedelay = 0 in the constructors rather than in begin(). this is needed because begin() calls reset() which sends ATZ which often fails with _intercharwritedelay at 0