From a80caae1054d355041f72e779accc028c5a78d2b Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 7 Nov 2021 20:54:36 -0800 Subject: [PATCH 1/2] add 8 segment to display emulator --- mpf/config_spec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mpf/config_spec.yaml b/mpf/config_spec.yaml index d52886a0e..d77859edb 100644 --- a/mpf/config_spec.yaml +++ b/mpf/config_spec.yaml @@ -479,7 +479,6 @@ drop_targets: enable_keep_up_events: event_handler|event_handler:ms|None disable_keep_up_events: event_handler|event_handler:ms|None ball_search_order: single|int|100 - max_reset_attempts: single|int|None reset_coil_max_wait_ms: single|ms|100ms knockdown_coil_max_wait_ms: single|ms|100ms ignore_switch_ms: single|ms|500ms @@ -488,7 +487,6 @@ drop_target_banks: __valid_in__: machine, mode __type__: device drop_targets: list|machine(drop_targets)| - max_reset_attempts: single|int|None reset_on_complete: single|ms|None reset_coil: single|machine(coils)|None reset_coils: list|machine(coils)|None @@ -1019,7 +1017,6 @@ multiball_locks: priority: single|int|1 reset_all_counts_events: event_handler|event_handler:ms|None reset_count_for_current_player_events: event_handler|event_handler:ms|None - empty_lock_devices_on_ball_end: single|bool|false mypinballs: __valid_in__: machine __type__: config @@ -2120,7 +2117,7 @@ widgets: flash_mode: single|enum(off,all,match,mask)|off flash_frequency: single|float_or_token|1.0 flash_mask: single|str|None - display_type: single|enum(7seg,14seg)|14seg + display_type: single|enum(7seg,8seg,14seg)|14seg character_count: single|int_or_token|1 character_spacing: single|int_or_token|10 character_slant_angle: single|float_or_token|0.0 From 147347c51b3a63fa0dbf8506d067e7c9586163e6 Mon Sep 17 00:00:00 2001 From: jabdoa2 Date: Mon, 15 Nov 2021 01:18:33 +0100 Subject: [PATCH 2/2] Restore accidential changes --- mpf/config_spec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpf/config_spec.yaml b/mpf/config_spec.yaml index d77859edb..91a0fd33a 100644 --- a/mpf/config_spec.yaml +++ b/mpf/config_spec.yaml @@ -479,6 +479,7 @@ drop_targets: enable_keep_up_events: event_handler|event_handler:ms|None disable_keep_up_events: event_handler|event_handler:ms|None ball_search_order: single|int|100 + max_reset_attempts: single|int|None reset_coil_max_wait_ms: single|ms|100ms knockdown_coil_max_wait_ms: single|ms|100ms ignore_switch_ms: single|ms|500ms @@ -487,6 +488,7 @@ drop_target_banks: __valid_in__: machine, mode __type__: device drop_targets: list|machine(drop_targets)| + max_reset_attempts: single|int|None reset_on_complete: single|ms|None reset_coil: single|machine(coils)|None reset_coils: list|machine(coils)|None @@ -1017,6 +1019,7 @@ multiball_locks: priority: single|int|1 reset_all_counts_events: event_handler|event_handler:ms|None reset_count_for_current_player_events: event_handler|event_handler:ms|None + empty_lock_devices_on_ball_end: single|bool|false mypinballs: __valid_in__: machine __type__: config