Jadiel Sousa

Results 3 comments of Jadiel Sousa

I managed to solve it by generating the prototype again by following the following step: cd proto-extract npm i or yarn npm run start or yarn start https://github.com/WhiskeySockets/Baileys/tree/master/proto-extract The script...

> > I managed to solve it by generating the prototype again by following the following step: > > cd proto-extract npm i or yarn npm run start or yarn...

Go to main/hal/hal_cardputer.h and change these values in the follow lines: void playKeyboardSound() override { _speaker->setVolume(72); _speaker->tone(5000, 20); } void playLastSound() override { _speaker->setVolume(32); _speaker->tone(6000, 20); } void playNextSound() override...