Macro esp_config_bool

Source
macro_rules! esp_config_bool {
    ( $var:expr ) => { ... };
}
Expand description

Parse the value of an environment variable as a bool at compile time.