v3.6.0.3 - Bugfix

This commit is contained in:
Armilar
2022-11-30 12:06:57 +01:00
committed by GitHub
parent 5f0954b134
commit bcd8e3abba

View File

@@ -1170,7 +1170,7 @@ function get_locales() {
async function check_updates() {
try {
const desired_display_firmware_version = 45;
const berry_driver_version = 4;
const berry_driver_version = 6;
if (Debug) {
console.log('Check-Updates');