remove early RTC time pull (#31066)

pull/31067/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent e3b17d10f3
commit 7a6463b2b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      launch_chffrplus.sh

@ -30,9 +30,6 @@ function launch {
# Remove orphaned git lock if it exists on boot # Remove orphaned git lock if it exists on boot
[ -f "$DIR/.git/index.lock" ] && rm -f $DIR/.git/index.lock [ -f "$DIR/.git/index.lock" ] && rm -f $DIR/.git/index.lock
# Pull time from panda
$DIR/selfdrive/boardd/set_time.py
# Check to see if there's a valid overlay-based update available. Conditions # Check to see if there's a valid overlay-based update available. Conditions
# are as follows: # are as follows:
# #

Loading…
Cancel
Save