05.03.2025, 13:06
Run this script once. Then reboot LM. See if it helps.
Code:
require('i2c')
id = 'cr1'
b1, b2, b3 = id:byte(1, 3)
res = i2c.write(0, 0x50, 0x00, b1, b2, b3)
os.sleep(0.2)
res = i2c.write(0, 0x50, 0x70, b1, b2, b3)