Index: dialin/ui/dg_simulator.py =================================================================== diff -u -r6bfc6bc4ee70c49a01626f3388dffa4c6814d3f5 -r4ade347476427bf6a5f3629fb03c42e7683e0a13 --- dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision 6bfc6bc4ee70c49a01626f3388dffa4c6814d3f5) +++ dialin/ui/dg_simulator.py (.../dg_simulator.py) (revision 4ade347476427bf6a5f3629fb03c42e7683e0a13) @@ -466,7 +466,7 @@ payload += byte_to_bytearray(vFPGA_Minor) payload += byte_to_bytearray(vFPGA_Lab) - message = DenaliMessage.build_message(channel_id=DenaliChannels.dg_to_ui_ch_id, + message = DenaliMessage.build_message(channel_id=DenaliChannels.dg_sync_broadcast_ch_id, message_id=MsgIds.MSG_ID_DG_VERSION.value, payload=payload) Index: dialin/ui/hd_simulator.py =================================================================== diff -u -r6bfc6bc4ee70c49a01626f3388dffa4c6814d3f5 -r4ade347476427bf6a5f3629fb03c42e7683e0a13 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 6bfc6bc4ee70c49a01626f3388dffa4c6814d3f5) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 4ade347476427bf6a5f3629fb03c42e7683e0a13) @@ -1422,7 +1422,7 @@ payload += byte_to_bytearray(vFPGA_Minor) payload += byte_to_bytearray(vFPGA_Lab) - message = DenaliMessage.build_message(channel_id=DenaliChannels.hd_to_ui_ch_id, + message = DenaliMessage.build_message(channel_id=DenaliChannels.hd_sync_broadcast_ch_id, message_id=MsgIds.MSG_ID_HD_VERSION.value, payload=payload)