Exemplo n.º 1
0
 def reset_factory_defaults(self):
     # Delete settings file
     fio = FileIO(self.link)
     fio.remove('config')
     # Reset the Piksi
     self.link.send(SBP_MSG_RESET, '')
Exemplo n.º 2
0
 def reset_factory_defaults(self):
   # Delete settings file
   fio = FileIO(self.link)
   fio.remove('config')
   # Reset the Piksi
   self.link(MsgReset())
Exemplo n.º 3
0
 def reset_factory_defaults(self):
     # Delete settings file
     fio = FileIO(self.link)
     fio.remove('config')
     # Reset the Piksi
     self.link(MsgReset())
Exemplo n.º 4
0
 def reset_factory_defaults(self):
   # Delete settings file
   fio = FileIO(self.link)
   fio.remove('config')
   # Reset the Piksi
   self.link.send(SBP_MSG_RESET, '')