Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxguist committed Apr 4, 2024
1 parent 5b7205c commit 5f92f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ restoreData();
let textvi = calcHistory[i].out.toString();
textiv="1248.64";
console.log(textvi);
testi=textvi+",,,,I Repeat.,,,,"+textvi;
testi=".Equals,,,,"+textvi+",,,,I Repeat.,,,,"+textvi;
console.log(testi);
// responsiveVoice.speak(textvi,'UK English Female', parameters);
// responsiveVoice.speak(" I Repeat. ",'UK English Female', parameters);
Expand Down

0 comments on commit 5f92f05

Please sign in to comment.