openpilot v0.8.11 release

This commit is contained in:
Vehicle Researcher
2021-11-19 15:24:51 -08:00
parent 93e8dbb8b5
commit bf338bf5e9
328 changed files with 9240 additions and 3951 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import struct
import subprocess
import tempfile
import threading
from enum import IntEnum
from functools import wraps
import numpy as np
from aenum import Enum
from lru import LRU
import _io
@@ -41,7 +41,7 @@ class DoNothingContextManager:
pass
class FrameType(Enum):
class FrameType(IntEnum):
raw = 1
h265_stream = 2