This fixes the issue when there is no ini file present during first run and installing klipper.
The root cause is that the globals are read prior to creation of the ini file, but the code that initializes the globals is looking for the ini file via the read_kiauh_ini function. So we create the ini there on-demand if it's missing
This fixes the issue when there is no ini file present during first run and installing klipper.
The root cause is that the globals are read prior to creation of the ini file, but the code that initializes the globals is looking for the ini file via the read_kiauh_ini function. So we create the ini there on-demand if it's missing