🚸 UUID fallback to STM32 device SN (#24759)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
a7a493d795
commit
f1a05d19b0
@ -44,6 +44,9 @@
|
||||
|
||||
// I2C MCP3426 (16-Bit, 240SPS, dual-channel ADC)
|
||||
#define HAS_MCP3426_ADC
|
||||
#ifdef STM32F4
|
||||
#define HAS_STM32_UID
|
||||
#endif
|
||||
|
||||
//
|
||||
// Servos
|
||||
|
Reference in New Issue
Block a user