mlukasek / M5_NightscoutMon

M5Stack Nightscout monitor
GNU General Public License v3.0
198 stars 153 forks source link

Alarm sound volume set #12

Closed mlukasek closed 5 years ago

psonnera commented 5 years ago

You're right setVolume only work with playMusic, let me find some music 😄 https://github.com/nightscout/cgm-remote-monitor/tree/master/static/audio

psonnera commented 5 years ago

(Note) audio files necessary are here. https://github.com/earlephilhower/ESP8266Audio/tree/master/src and using this to play it https://github.com/m5stack/M5Stack/tree/master/examples/Advanced/Audio/PlayMP3FromSDToDAC

mlukasek commented 5 years ago

Added possibility to change warning sound volume byt warning_volume key in M5NS.INI (0-100, default=20, 0=silent). Added possibility to change alarm sound volume byt alarm_volume key in M5NS.INI (0-100, default=100, 0=silent).