Skip to content

Commit

Permalink
iucentral-schema: Add sleep time of 1 second before sending the comma…
Browse files Browse the repository at this point in the history
…nd to add GST (NMEA) message to /dev/ttyMSM1 port

Fixes: WIFI-14270
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
  • Loading branch information
tanyasingh-ec authored and blogic committed Nov 20, 2024
1 parent 36ce8d2 commit 77b2cce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gps_enable() {
echo 1 > /sys/class/gpio/gps_reset/value
sleep 1
echo 0 > /sys/class/gpio/gps_reset/value
sleep 1
# enable PAIR message to include Packet Type: 062 with GST (8 = NMEA_SEN_GST )
echo "\$PAIR062,8,1*37" > /dev/ttyMSM1
;;
Expand Down

0 comments on commit 77b2cce

Please sign in to comment.