Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent de57af001a
commit d6c2f9ec54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2334,7 +2334,7 @@ void setup1() {
Serial.begin(9600);
sleep(5.0);
if ((mode == FSK) || (mode = BPSK))
if ((mode == FSK) || (mode == BPSK))
{
pinMode(AUDIO_OUT_PIN, OUTPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.