You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
541 B
18 lines
541 B
# options for nanopb
|
|
# https://jpa.kapsi.fi/nanopb/docs/reference.html#proto-file-options
|
|
|
|
*EnvironmentMetrics.iaq int_size:16
|
|
*EnvironmentMetrics.wind_direction int_size:16
|
|
*EnvironmentMetrics.soil_moisture int_size:8
|
|
|
|
*LocalStats.num_online_nodes int_size:16
|
|
*LocalStats.num_total_nodes int_size:16
|
|
*LocalStats.num_tx_dropped int_size:16
|
|
|
|
*HealthMetrics.heart_bpm int_size:8
|
|
*HealthMetrics.spO2 int_size:8
|
|
|
|
*HostMetrics.load1 int_size:16
|
|
*HostMetrics.load5 int_size:16
|
|
*HostMetrics.load15 int_size:16
|
|
*HostMetrics.user_string max_size:200
|
|
|