Skip to content

Commit

Permalink
Merge pull request #61 from srobo/2023.2.1-fix
Browse files Browse the repository at this point in the history
Remove camera optimisations to stop Corrupt JPEG data errors
  • Loading branch information
WillB97 authored Jan 7, 2023
2 parents fdd64ed + 86708e5 commit cc67610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/WillB97/april_vision"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=166254bc339a21e92d852d180a9063cc"

SRC_URI[sha256sum] = "ca1af02526c516650a37a12b08dc18b476e829fe54ad8d690473b029972f1af3"
SRC_URI[sha256sum] = "fc5ae968fc7267f88abef47fa3bdb6148df28c763bc407c55775d089b73365f3"

PYPI_PACKAGE = "april_vision"
inherit pypi setuptools3
Expand Down
2 changes: 1 addition & 1 deletion srobo-config/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "2097152"
# Useful tools to put in the image
IMAGE_INSTALL:append = " nano vim"

SROBO_VERSION = "2023.2.0"
SROBO_VERSION = "2023.2.1"

0 comments on commit cc67610

Please sign in to comment.