ShikOfTheRa / scarab-osd

MWOSD - UAV HUD
http://www.mwosd.com
426 stars 204 forks source link

Update GlobalVariables.h #631

Closed asciich closed 3 years ago

asciich commented 3 years ago

Removed rssiADC and rssi_Int since:

Removed the question comments about int8_t or int16_t for rssi values since it seems to be int16_t since 2015. I guess no one will actually switch it back and it seems more confusing than helpful to me.

Initialized oldrssi with 0 as default value like the other global variables are handled in this file.