Skip to content

Commit

Permalink
temperature: fix source: 940 -> 850nm
Browse files Browse the repository at this point in the history
fix bad source where it was labeled 940nm IR LED for 850nm IR LED
  • Loading branch information
fouge committed Jul 3, 2024
1 parent 2543292 commit 57e80ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions messages/mcu_messaging_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,12 @@ message Temperature
FRONT_UNIT_940_LEFT_BOTTOM = 25;
FRONT_UNIT_940_RIGHT_TOP = 26;
FRONT_UNIT_940_RIGHT_BOTTOM = 27;
FRONT_UNIT_940_CENTER_TOP = 28;
FRONT_UNIT_940_CENTER_BOTTOM = 29;
FRONT_UNIT_940_CENTER_TOP = 28 [ deprecated = true ];
FRONT_UNIT_940_CENTER_BOTTOM = 29 [ deprecated = true ];
FRONT_UNIT_WHITE_TOP = 30;
FRONT_UNIT_SHROUD_RGB_TOP = 31;
FRONT_UNIT_850_CENTER_TOP = 32;
FRONT_UNIT_850_CENTER_BOTTOM = 33;
}

TemperatureSource source = 1;
Expand Down

0 comments on commit 57e80ed

Please sign in to comment.