Skip to content

Commit

Permalink
Merge pull request #2 from kochigami/affonso_add_speak_volume
Browse files Browse the repository at this point in the history
(naoqieus) Fix master-volume: already int value
  • Loading branch information
Affonso-Gui authored Aug 18, 2022
2 parents 32fbea6 + a95feb2 commit 89c6ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_naoqi_robot/naoqieus/naoqi-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
(send self :check-speak-status))
;; restore original volume and language
(when master-volume
(send self :set-master-volume (round (* master-volume 100))))
(send self :set-master-volume master-volume))
(when master-lang
(send self :set-language master-lang))
t))
Expand Down

0 comments on commit 89c6ce0

Please sign in to comment.