Skip to content

Commit 1a44fec

Browse files
committed
Tidy-up of merge mistakes
1 parent a40f901 commit 1a44fec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/app_config.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ ConfigOpt *opts[] =
161161
// LED brightness
162162
new ConfigOptDefenition<uint8_t>(led_brightness, LED_DEFAULT_BRIGHTNESS, "led_brightness", "lb"),
163163
#endif
164-
// RFID storage
165-
new ConfigOptDefenition<String>(rfid_storage, "", "rfid_storage", "rs"),
166164

167165
// Flags
168166
&flagsOpt,

src/evse_man.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef uint32_t EvseClient;
5555
#define EVSE_VEHICLE_ETA (1 << 2)
5656

5757
#ifndef EVSE_MANAGER_MAX_CLIENT_CLAIMS
58-
#define EVSE_MANAGER_MAX_CLIENT_CLAIMS 11
58+
#define EVSE_MANAGER_MAX_CLIENT_CLAIMS 10
5959
#endif // !EVSE_MANAGER_MAX_CLIENT_CLAIMS
6060

6161
class EvseProperties : virtual public JsonSerialize<512>

0 commit comments

Comments
 (0)