Update main.c add back in restart rpitx

pull/278/head
Alan Johnston 2 years ago committed by GitHub
parent 87340406ec
commit 3ca2a02cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,8 +70,8 @@ int main(int argc, char * argv[]) {
Serial.println("HAB mode enabled - balloon icon and BAT only telem and no low voltage shutdown"); Serial.println("HAB mode enabled - balloon icon and BAT only telem and no low voltage shutdown");
#endif #endif
//FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r"); FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r");
//pclose(rpitx_restart); pclose(rpitx_restart);
mode = FSK; mode = FSK;
frameCnt = 1; frameCnt = 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.