diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 446dc5c..7cc6df4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') option('fwbuild', type : 'boolean', value : false, description : 'Enable building the firmware image for the wearable') option('fwflash', type : 'boolean', value : false, description : 'Automatically flash the firmware with freshly built fw image (requires fwbuild)') +option('ssid', type : 'string', value : 'ssid', description : 'wireless ssid to compile into the firmware (no effect without fwbuild') +option('password', type : 'string', value : 'password', description : 'wireless password to compile into the firmware (no effect without fwbuild') |