This commit is contained in:
zj 2026-03-14 20:29:00 +08:00
parent 49605367e9
commit 46c9c0ab73
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@
* Set to 1 to use USART3 (PB10=TX PB11=RX) for sensor communication. * Set to 1 to use USART3 (PB10=TX PB11=RX) for sensor communication.
* This steals the debug printf port use JTAG debugger for observation. * This steals the debug printf port use JTAG debugger for observation.
* Set to 0 for normal operation (USART2 / PA2+PA3). */ * Set to 0 for normal operation (USART2 / PA2+PA3). */
#define SENSOR_USE_USART3 1 #define SENSOR_USE_USART3 0
/* Set to 1 to enable UART commands to configure sensor at boot. /* Set to 1 to enable UART commands to configure sensor at boot.
* Set to 0 if sensor is pre-configured via USB to auto-output CMOS/DVP. * Set to 0 if sensor is pre-configured via USB to auto-output CMOS/DVP.