2022_11_29 - fix PW temperature wrong sign reading. It cause wrong LP mode level under zero temperature. - log internal temperatures every 2 minutes - log LP mode changes - Periodic STM RTC internaal time reading. It is stored into /tmp/date/date and /tmp/date/time 2022_08_24 - first updater and custom updater check return value of update script and write result into updater.log - first updater set lock file only if update script return value is zero, so if script returns non-zero, it tries to run first updater after 10s again. 2022_08_17 - first updater, custom updater, simple updater was added - when IGN=0 then waits 30s after start to let the custom application initialised and then goes into PD (power down). If battery voltage is below 7500mV goes into PD immediately. 2022_08_11 - added reading third temperature. It is internal imx cpu temperature. - add 2 LP modes (Low Power modes). In 1st LP mode lcd brightness blinking in 2s period from set value to lowest. In 2nd LP mode lcd brighness drop to lowest value only. The goal of it, is save lcd which has lowest max temp (+70deg.) 2022_09_19 - Simple uprader didn't change executable privileges in case of spi_periph and test_com update. Now it is working. 2022_11_29 - fix PW temperature wrong sign reading. It cause wrong LP mode level under zero temperature. - log internal temperatures every 2 minutes - log LP mode changes - Periodic STM RTC internal time reading. It is stored into /tmp/date/date and /tmp/date/time 2023_01_31 - Add i2c address 0x4d for MCP cpu temperature sensor 2023_04_21 - Improved touch panel (TP) diagnostic info in /home/debian/spi_perih.log - After TP reset if sometimes set wrong i2c address (bad=0x5d, good=0x14). So if spi_periph find wrong address on i2c-1 or i2c-2, make TP hw reset. It attempts reset again after 10s, short lcd blink appears. 2023_05_02 - SD10 serial number is stored in /tmp/sn 2023_05_25 - write Serial number and spi_periph build date and time into spi_periph.log - fix wrong buzzer duty cycle number (pct vs. prm) processing. - If write value <= 10 to file /tmp/buzzer/frequency, then do nothing