This commit is contained in:
wanghao 2024-08-28 11:42:05 +08:00
parent fedc3042be
commit de349ebdf6
2 changed files with 1 additions and 3 deletions

View File

@ -81,7 +81,7 @@
* here is greater than the maximum possible range, the maximum possible range
* will be used.
*/
#define CHIRP_SENSOR_MAX_RANGE_MM (750) /* maximum range, in mm */
#define CHIRP_SENSOR_MAX_RANGE_MM (1000) /* maximum range, in mm */
/* Static target rejection range
* This value specifies if static target rejection (STR) will be used. If

View File

@ -3,6 +3,4 @@
void timer_config(void);
#endif /* TIMER_H */