mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
Bump laika (#27618)
* Laika on master
* use constellation id
old-commit-hash: 4718fa5748
This commit is contained in:
Submodule laika_repo updated: 719c79a156...6fadabd860
@@ -72,7 +72,7 @@ def get_log_eph_source(ephem):
|
||||
|
||||
|
||||
class Laikad:
|
||||
def __init__(self, valid_const=("GPS", "GLONASS"), auto_fetch_navs=True, auto_update=False,
|
||||
def __init__(self, valid_const=(ConstellationId.GPS, ConstellationId.GLONASS), auto_fetch_navs=True, auto_update=False,
|
||||
valid_ephem_types=(EphemerisType.NAV, EphemerisType.QCOM_POLY),
|
||||
save_ephemeris=False, use_qcom=False):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user