@@ -130,7 +130,11 @@ String esp_hostname_default = "openevse-"+ESPAL.getShortId();
130130
131131void config_changed (String name);
132132
133- ConfigOptDefenition<uint32_t > flagsOpt = ConfigOptDefenition<uint32_t >(flags, CONFIG_SERVICE_SNTP, " flags" , " f" );
133+ ConfigOptDefenition<uint32_t > flagsOpt = ConfigOptDefenition<uint32_t >(flags,
134+ CONFIG_SERVICE_SNTP |
135+ CONFIG_OCPP_AUTO_AUTH |
136+ CONFIG_OCPP_OFFLINE_AUTH,
137+ " flags" , " f" );
134138
135139ConfigOpt *opts[] =
136140{
@@ -183,7 +187,7 @@ ConfigOpt *opts[] =
183187 new ConfigOptDefenition<String>(ocpp_server, " " , " ocpp_server" , " ows" ),
184188 new ConfigOptDefenition<String>(ocpp_chargeBoxId, " " , " ocpp_chargeBoxId" , " cid" ),
185189 new ConfigOptDefenition<String>(ocpp_authkey, " " , " ocpp_authkey" , " oky" ),
186- new ConfigOptDefenition<String>(ocpp_idtag, " " , " ocpp_idtag" , " idt" ),
190+ new ConfigOptDefenition<String>(ocpp_idtag, " DefaultIdTag " , " ocpp_idtag" , " idt" ),
187191
188192// Ohm Connect Settings
189193 new ConfigOptDefenition<String>(ohm, " " , " ohm" , " o" ),
0 commit comments