File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void RobotControl::playMelody(char* script){
40
40
case ' C' : playNote (202 , time, modifier); break ; // Play a C#
41
41
case ' d' : playNote (190 , time, modifier); break ; // Play a D
42
42
case ' D' : playNote (180 , time, modifier); break ; // Play a D#
43
- case ' e' : playNote (170 , time, modifier); break ; // Play an F
43
+ case ' e' : playNote (170 , time, modifier); break ; // Play an E
44
44
case ' f' : playNote (160 , time, modifier); break ; // Play an F
45
45
case ' F' : playNote (151 , time, modifier); break ; // Play an F#
46
46
case ' g' : playNote (143 , time, modifier); break ; // Play a G
@@ -97,4 +97,4 @@ void RobotControl::playFile(char* filename){
97
97
98
98
void RobotControl::stopPlayFile (){
99
99
melody.close ();
100
- }
100
+ }
You can’t perform that action at this time.
0 commit comments