forked from espressif/esp-google-iot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
32 lines (26 loc) · 677 Bytes
/
Kconfig
File metadata and controls
32 lines (26 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
menu "Google IoT Core Configuration"
config GIOT_PROJECT_ID
string "Google Cloud Project ID"
default "project_id"
help
Google Cloud project ID
config GIOT_LOCATION
string "Google Cloud location"
default "us-central1"
help
Google Cloud region
config GIOT_REGISTRY_ID
string "Google IoT Core Registry ID"
default "registry_id"
help
Google IoT Core registry id
config GIOT_DEVICE_ID
string "Google IoT Core Device ID"
default "device_id"
help
Google IoT Core device id
config GIOT_DEBUG_OUTPUT
bool "Enable debugging"
help
Select this option to enable debugging support
endmenu