2023-02-13 11:28:27 +01:00
|
|
|
#ifndef MISSION_CONFIG_CONFIGFILE_H_
|
|
|
|
#define MISSION_CONFIG_CONFIGFILE_H_
|
|
|
|
|
|
|
|
namespace configfile {
|
2023-02-23 15:27:24 +01:00
|
|
|
// Name of global config file relative to currently mounted SD card
|
|
|
|
static const char sdrelative[] = "config/global_config.json";
|
|
|
|
} // namespace configfile
|
2023-02-13 11:28:27 +01:00
|
|
|
|
|
|
|
#endif /* MISSION_CONFIG_CONFIGFILE_H_ */
|