KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kicad_settings.cpp File Reference
#include "settings/kicad_settings.h"
#include <nlohmann/json.hpp>
#include <settings/parameters.h>

Go to the source code of this file.

Variables

const int kicadSchemaVersion = 0
 ! Update the schema version whenever a migration is required
 
const nlohmann::json PCM_DEFAULT_REPOSITORIES
 

Variable Documentation

◆ kicadSchemaVersion

const int kicadSchemaVersion = 0

! Update the schema version whenever a migration is required

Definition at line 27 of file kicad_settings.cpp.

◆ PCM_DEFAULT_REPOSITORIES

const nlohmann::json PCM_DEFAULT_REPOSITORIES
Initial value:
= nlohmann::json::array( {
nlohmann::json( {
{ "name", "KiCad official repository" },
} )
} )
#define PCM_DEFAULT_REPOSITORY_URL

Definition at line 30 of file kicad_settings.cpp.

Referenced by KICAD_SETTINGS::KICAD_SETTINGS().