1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Historical SerialIO min compat (#2463)

This commit is contained in:
HebaruSan
2021-09-27 02:40:43 +00:00
committed by GitHub
parent 8132d417f8
commit eb407d8595

View File

@ -5,7 +5,8 @@
"abstract": "This plugin sends/receives data packets over the serial port, which should make it much easier for people wanting to build hardware for KSP",
"author": "zitron",
"version": "v0.19.2",
"ksp_version": "1.12.2",
"ksp_version_min": "1.9",
"ksp_version_max": "1.12",
"license": "CC-BY",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/60281-hardware-plugin-arduino-based-physical-display-serial-port-io-tutorial-12-oct/",