macro_rules! esp_config_str {
( $var:expr ) => { ... };
}
Expand description
Get the string value of an environment variable at compile time.
macro_rules! esp_config_str {
( $var:expr ) => { ... };
}
Get the string value of an environment variable at compile time.