Skip to content

Commit

Permalink
hdzero - comma unneeded; revert/add osd 16bit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Jan 22, 2024
1 parent 6096926 commit 53952bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function MspHelper () {
'IRC_TRAMP': 13,
'RUNCAM_DEVICE_CONTROL': 14, // support communitate with RunCam Device
'LIDAR_TF': 15,
'HDZERO_OSD': 16, // matches: FUNCTION_HDZERO_OSD = (1 << 16), // 65536 in saidinesh5/Emuflight: src/main/io/serial.h
'HDZERO_OSD': 16 // matches: FUNCTION_HDZERO_OSD = (1 << 16), // 65536 in saidinesh5/Emuflight: src/main/io/serial.h
};

self.REBOOT_TYPES = {
Expand Down
3 changes: 2 additions & 1 deletion src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,8 @@ OSD.msp = {
* b: blink flag
* y: y coordinate
* x: x coordinate
* 00vb yyyy yyxx xxxx
* 0000 vbyy yyyx xxxx
* 00vb yyyy yyxx xxxx MSP 1.52 only?
*/
helpers: {
unpack: {
Expand Down

0 comments on commit 53952bd

Please sign in to comment.