X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fteledongle-v1.8%2Fao_teledongle.c;h=7fd6acdb33aee92646b5cc7bbba6277dc77097ee;hb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;hp=68d6de60c9d979eec0bf072484772aa8d798e2a3;hpb=f2060d6ca222a04608e598baf59757f12ea2ec70;p=fw%2Faltos diff --git a/src/teledongle-v1.8/ao_teledongle.c b/src/teledongle-v1.8/ao_teledongle.c index 68d6de60..7fd6acdb 100644 --- a/src/teledongle-v1.8/ao_teledongle.c +++ b/src/teledongle-v1.8/ao_teledongle.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -43,12 +44,12 @@ main(void) ao_usb_init(); ao_radio_init(); ao_monitor_init(); - ao_rssi_init(AO_LED_RED); ao_packet_master_init(); ao_send_packet_init(); ao_config_init(); + ao_led_off(AO_LED_RED); ao_start_scheduler(); return 0; }