IIRC Battery charging and conditioning are managed through battery voltages & temp and Radio uses a microcontroller MSP340 to do battery charging so not all the code is in the Radio source.
To get a better answer I think you may need to look at code. Diagnostic will show where Vmon1 and Vmon2 are found (i.e. what device) https://github.com/Logitech/squeezeplay/blob/public/7.8/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua The code which access battery when Radio running is here https://github.com/Logitech/squeezeplay/blob/public/7.8/src/squeezeplay_baby/share/applets/SqueezeboxBaby/SqueezeboxBabyApplet.lua ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=108731 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
