turned off LED at start

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 0e89c8da0c
commit e1dc4174e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,6 +247,7 @@ int main(int argc, char *argv[]) {
wiringPiSetup ();
pinMode (0, OUTPUT);
digitalWrite (0, HIGH);
if (FSK)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.