ESP32_BLE_UART/temp_version.h

2 lines
140 B
C
Raw Permalink Normal View History

2025-09-30 13:56:56 +08:00
<EFBFBD><EFBFBD>#define ESP_IDF_VERSION_VAL(a,b,c) (((a) << 16) | ((b) << 8) | (c))