ar-t6 icon indicating copy to clipboard operation
ar-t6 copied to clipboard

Model setting menus require implementing.

Open art103 opened this issue 10 years ago • 3 comments

art103 avatar Oct 28 '14 09:10 art103

My remote is showing a chip like symbol on the upper left corner when entering the model menus. This causes the device to freeze and I need to do a power cycle.

Voxyn avatar Mar 10 '15 17:03 Voxyn

Voxyn,

This means the code is trying to write to eeprom...which means it hangs waiting for something to happen... I have observed this also albeit very rarely...usually for me a hard power on/off clears the condition.

Michal

On Tue, Mar 10, 2015 at 10:29 AM, Voxyn [email protected] wrote:

My remote is showing a chip like symbol on the upper left corner when entering the model menus. This causes the device to freeze and I need to do a power cycle.

— Reply to this email directly or view it on GitHub https://github.com/art103/ar-t6/issues/2#issuecomment-78104518.

Michal, Iza, Kai & Nell

michkrom avatar Mar 10 '15 20:03 michkrom

I'm currently working on completely asynchronous io system that will allow other tasks to run while some code is waiting for io completion. I will add it in soon into the master branch of libk. On 10 Mar 2015 21:49, "brobit" [email protected] wrote:

Voxyn,

This means the code is trying to write to eeprom...which means it hangs waiting for something to happen... I have observed this also albeit very rarely...usually for me a hard power on/off clears the condition.

Michal

On Tue, Mar 10, 2015 at 10:29 AM, Voxyn [email protected] wrote:

My remote is showing a chip like symbol on the upper left corner when entering the model menus. This causes the device to freeze and I need to do a power cycle.

— Reply to this email directly or view it on GitHub https://github.com/art103/ar-t6/issues/2#issuecomment-78104518.

Michal, Iza, Kai & Nell

— Reply to this email directly or view it on GitHub https://github.com/art103/ar-t6/issues/2#issuecomment-78145080.

mkschreder avatar Mar 11 '15 08:03 mkschreder