SmartThingsCommunity / st-device-sdk-c

SmartThings SDK for Direct Connected Devices for C
Other
118 stars 126 forks source link

Fix/stdk-keygen.py --nv parameter handling #42

Closed grobebar closed 3 years ago

grobebar commented 3 years ago

using stdk-keygen.py with --nv would fail when executed in ESP8266 environment due to nvs_partition_gen.py not supporting --version argument.

While fixing this problem also added fix for annoying Syntax Warning that would appear each time stdk-keygen.py is executed.