Skip to content

Commit

Permalink
Merge pull request #148 from gyroflow/fix-camera
Browse files Browse the repository at this point in the history
Fix camera
  • Loading branch information
DusKing1 authored Jul 15, 2022
2 parents f184133 + c72a2ab commit 81793e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/camera/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# You should have received a copy of the GNU Affero General Public License
# along with flowshutter. If not, see <https://www.gnu.org/licenses/>.
import vram
class Camera:
def __init__(self,task_mode):
self.transation_time = 0
Expand Down
2 changes: 1 addition & 1 deletion src/sha.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "camera/common.py",
"sha1": "d3d73ba11ff1b0cb3b3344f1fc634a52a0b72378"
"sha1": "aaf1e2b3b53aea65e3db19b4e16be67e2edb701e"
},
{
"name": "camera/lanc.py",
Expand Down

0 comments on commit 81793e3

Please sign in to comment.