macro_rules! esp_config_bool {
( $var:expr ) => { ... };
}Expand description
Parse the value of an environment variable as a [bool] at compile time.
macro_rules! esp_config_bool {
( $var:expr ) => { ... };
}Parse the value of an environment variable as a [bool] at compile time.