Draft: gnss/modemmanager: Watch Modem.Location properties and reset
Closed
Imported
Draft: gnss/modemmanager: Watch Modem.Location properties and reset
mm-watch-props
into
master
1 unresolved thread
1 unresolved thread
Compare changes
+ 137
− 46
@@ -23,16 +23,18 @@ const (
@@ -117,53 +119,139 @@ func (m *ModemManager) initialize_modem() error {
@@ -180,7 +268,7 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <
@@ -193,7 +281,7 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <
@@ -202,6 +290,7 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <
@@ -213,13 +302,15 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <
@@ -227,22 +318,22 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <
@@ -253,8 +344,8 @@ func (m *ModemManager) Start(send func(data []byte), write <-chan []byte, stop <