worldpeace-germany
worldpeace-germany
Hello, this is in reference to [this dicussion](https://github.com/orgs/missionpinball/discussions/83) In summary if you have a variable player like this ``` variable_player: s_pop_bumper_1_active: score: 100 s_target_red_1_active: score: 1000 potato: 1 s_target_red_1_active{current_player.status_target_light_red_0 ==...
Hello, I switched from the virtual tutorial to a Cobra Pin OPP board and of course made some mistakes initially in the config file. On the way I got an...
Hi, you write `Requires 32 bit dev libs`. When I try to run the apt-get, for example `apt install linux-libc-dev:i386` It tells me it doesn't exist, I can install it...
Hello, In the documentation there are some occurrences where it says a certain parameter defaults to empty. For example https://missionpinball.org/config/coils/#default_recycle I understand (I believe) what the recycle parameter does and...
config_spec.yaml: changed default from `not_set` to `off`, left `not_set` in enum though I believe it can be removed. I couldn't see why not_set is a good default. If really needed...
Hello, my code to read RFID tags works basically fine, but every couple of weeks I need to power off/on the Arduino board to get it working again. Forum discussion...