You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the transmitter emulation mode is just a bunch of alternative code dispersed across the project and guarded by #define DS_DEVBOARD, mostly in the Receiver class. It should be possible to make this part more C++-like by making a dedicated Receiver class for this code. An option to investigate is bringing emulation down on the level of serial port (this would spare a second Receiver class).
The text was updated successfully, but these errors were encountered:
Currently the transmitter emulation mode is just a bunch of alternative code dispersed across the project and guarded by
#define DS_DEVBOARD
, mostly in the Receiver class. It should be possible to make this part more C++-like by making a dedicated Receiver class for this code. An option to investigate is bringing emulation down on the level of serial port (this would spare a second Receiver class).The text was updated successfully, but these errors were encountered: