Skip to content

Commit

Permalink
Update fx.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
huykaamaa authored Jul 9, 2021
1 parent a740ae0 commit 83e9cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uint8_t edit[] = {0xF0,0x52,0x00,0x63,0x50,0xF7};
//0x59 G3X
//0x5A G3
//0x63 G1ON
//????G1XON??????
//????G1XON?????? thử 0x60,0x62,0x6A, 0x6F
uint8_t fx1ON[] = {0xF0, 0x52, 0x00, 0x63, 0x31, 0x00, 0x00, 0x01, 0x00, 0xF7};
uint8_t fx1OFF[] = {0xF0, 0x52, 0x00, 0x63, 0x31, 0x00, 0x00, 0x00, 0x00, 0xF7};
uint8_t fx2ON[] = {0xF0, 0x52, 0x00, 0x63, 0x31, 0x01, 0x00, 0x01, 0x00, 0xF7};
Expand Down

0 comments on commit 83e9cdd

Please sign in to comment.