Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41d831d2 authored by Daniel Jacob Chittoor's avatar Daniel Jacob Chittoor
Browse files

Merge branch '1623-expose_full_resolution' into 'v1-t'

FP5: Expose Full Size for Quad CFA Sensor

See merge request !24
parents 251e6e5e b165107a
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ function blob_fixup() {
        vendor/etc/libnfc-hal-st.conf)
            sed -i 's|STNFC_HAL_LOGLEVEL=.*|STNFC_HAL_LOGLEVEL=0x12|g' "${2}"
            ;;
        vendor/etc/camera/camxoverridesettings.txt)
            sed -i '$aexposeFullSizeForQCFA=TRUE' "${2}"
            ;;
    esac
}