V2.8.2
- Reinstall - Small bugfix to Reinstall due to partuuid change on USB
Yes it works fine everywhere, but not in the bootmenue. If i press a random button on the remote or on the keyboard it will start immediately the highlighted OS.procount wrote: ↑Sat May 12, 2018 11:23 pm@wintux - your mapping works fine for me on a Samsung TV.
I added another CEC key mapping which users might find better than the default. See the wiki -> https://github.com/procount/pinn/wiki/C ... bbed-lists . Just copy this to cec_keys.json in PINN's recovery partition and boot it.
https://github.com/matthuisman/pinn-os/ ... #L523-L524
Thx for the update.procount wrote: PINN has been updated to v2.8.3
V2.8.3
This version fixes the programmable CEC keys. I also modified the alternative cec_keys2.json on the wiki. I think I might even prefer this to the default myself.
- Programmable CEC - Fixed bugs
- networktimeout- Added timeout to detect network presence
![]()
I also added a new `networktimeout` parameter for those networks that take longer to be established.
Code: Select all
{
"bootSelection": {
"any": {
"Key_Enter": "CEC_User_Control_Select"
}
},
"any": {
"any": {
"Key_Left": "CEC_User_Control_Left",
"Key_Right": "CEC_User_Control_Right",
"Key_Up": "CEC_User_Control_Up",
"Key_Down": "CEC_User_Control_Down",
}
}
}
Code: Select all
{
"bootSelection": {
"any": {
"Key_Enter": "CEC_User_Control_Select",
"Key_Up": "CEC_User_Control_Up",
"Key_Down": "CEC_User_Control_Down"
}
}
}