@@ -456,11 +456,11 @@ def _do_layout(self):
456456 self ._chk_nmea .grid (column = 1 , row = 0 , padx = 0 , pady = 0 , sticky = W )
457457 self ._chk_ubx .grid (column = 2 , row = 0 , padx = 0 , pady = 0 , sticky = W )
458458 self ._chk_rtcm .grid (column = 3 , row = 0 , padx = 0 , pady = 0 , sticky = W )
459- self ._chk_sbf .grid (column = 1 , row = 1 , padx = 0 , pady = 0 , sticky = W )
460- self ._chk_qgc .grid (column = 2 , row = 1 , padx = 0 , pady = 0 , sticky = W )
461- self ._chk_spartn .grid (column = 3 , row = 1 , padx = 0 , pady = 0 , sticky = W )
462- self ._chk_tty .grid (column = 1 , row = 2 , padx = 0 , pady = 0 , sticky = W )
463- # self._chk_unicore .grid(column=2, row=2, padx=0, pady=0, sticky=W) # TODO
459+ self ._chk_unicore .grid (column = 1 , row = 1 , padx = 0 , pady = 0 , sticky = W )
460+ self ._chk_sbf .grid (column = 2 , row = 1 , padx = 0 , pady = 0 , sticky = W )
461+ self ._chk_qgc .grid (column = 3 , row = 1 , padx = 0 , pady = 0 , sticky = W )
462+ self ._chk_spartn .grid (column = 1 , row = 2 , padx = 0 , pady = 0 , sticky = W )
463+ self ._chk_tty .grid (column = 2 , row = 2 , padx = 0 , pady = 0 , sticky = W )
464464 self ._lbl_consoledisplay .grid (column = 0 , row = 3 , padx = 2 , pady = 2 , sticky = W )
465465 self ._spn_conformat .grid (
466466 column = 1 , row = 3 , columnspan = 2 , padx = 1 , pady = 2 , sticky = W
@@ -536,6 +536,7 @@ def reset(self):
536536 self ._prot_ubx .set (cfg .get ("ubxprot_b" ))
537537 self ._prot_sbf .set (cfg .get ("sbfprot_b" ))
538538 self ._prot_qgc .set (cfg .get ("qgcprot_b" ))
539+ self ._prot_unicore .set (cfg .get ("uniprot_b" ))
539540 self ._prot_rtcm .set (cfg .get ("rtcmprot_b" ))
540541 self ._prot_spartn .set (cfg .get ("spartnprot_b" ))
541542 self ._prot_tty .set (cfg .get ("ttyprot_b" ))
@@ -588,7 +589,7 @@ def _on_update_qgcprot(self, var, index, mode):
588589
589590 def _on_update_uniprot (self , var , index , mode ):
590591 """
591- Action on updating unicoreprot .
592+ Action on updating uniprot .
592593 """
593594
594595 if not self ._prot_tty .get ():
0 commit comments