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
Also, current RTTY system info prints out letter shift symbol at the end of each hex-encoded byte. This makes transmission longer than it needs to be (although easier to decode in some cases).
The text was updated successfully, but these errors were encountered:
Due to a cast from int16_t to uint8_t, only LSB of charging current is sent during RTTY system info transmission:
FOSSASAT-1/Code/FossaSat1/communication.cpp
Line 282 in e9ca4d4
Also, current RTTY system info prints out letter shift symbol at the end of each hex-encoded byte. This makes transmission longer than it needs to be (although easier to decode in some cases).
The text was updated successfully, but these errors were encountered: