Skip to content

Commit

Permalink
Merge pull request #198 from sparkfun/release_candidate
Browse files Browse the repository at this point in the history
Fix #197
  • Loading branch information
PaulZC authored Aug 9, 2024
2 parents b2d5e3d + bd12d3e commit dde5ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/OpenLog_Artemis/menuAttachedDevices.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ void menuConfigure_KX134(void *configPtr)
sensorSetting->range32G = false;
sensorSetting->range64G = false;
}
else if (incoming == 3)
else if (incoming == 4)
{
sensorSetting->range8G = false;
sensorSetting->range16G = false;
Expand Down

0 comments on commit dde5ced

Please sign in to comment.