The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.34 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Freeplaytech Forum
[Driver] mk_arcade_joystick_rpi GPIO Driver - Printable Version

+- Freeplaytech Forum (https://forum.freeplaytech.com)
+-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24)
+--- Forum: Programming & Development (https://forum.freeplaytech.com/forumdisplay.php?fid=29)
+--- Thread: [Driver] mk_arcade_joystick_rpi GPIO Driver (/showthread.php?tid=4773)

Pages: 1 2 3


RE: [Driver] mk_arcade_joystick_rpi GPIO Driver - Porcinus - 05-25-2019

No problem Wink
I have a welding today so no pull for now.

To this point :
install.sh :
- No more "\r" characters, shebang changed to bash.
- If statement line 28 fixed.
- Partial fix for the config file spam when multiple updates, adding a newline char before new lines to add to avoid 2 configurations in the same line.
- Add mk_joystick_config item to Retropie menu plus icon, the way I did this may interest you for https://github.com/Mootikins/Freeplay-Wireless-Menu/blob/master/setup.sh

bumpVersion.sh : No more "\r" characters, shebang changed to bash.