vedatbotuk / zigbee-with-esp32h2

GNU General Public License v3.0
0 stars 0 forks source link

Set firmware Version in CMakeList.txt #21

Closed vedatbotuk closed 2 days ago

vedatbotuk commented 3 days ago

The current code allows setting the firmware version within the device.c file.

static char firmware_version[16] = {7, 'v', 'e', 'r', '0', '.', '1', '8'};