mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Copyright script applied to all sources in the radio directory
This commit is contained in:
parent
0f1ccc993e
commit
97d59cfa56
335 changed files with 4423 additions and 9280 deletions
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _AUDIO_ARM_H_
|
#ifndef _AUDIO_ARM_H_
|
||||||
#define _AUDIO_ARM_H_
|
#define _AUDIO_ARM_H_
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _AUDIO_AVR_H_
|
#ifndef _AUDIO_AVR_H_
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) OpenTX
|
||||||
|
*
|
||||||
|
* Based on code named
|
||||||
|
* th9x - http://code.google.com/p/th9x
|
||||||
|
* er9x - http://code.google.com/p/er9x
|
||||||
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) OpenTX
|
||||||
|
*
|
||||||
|
* Based on code named
|
||||||
|
* th9x - http://code.google.com/p/th9x
|
||||||
|
* er9x - http://code.google.com/p/er9x
|
||||||
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _BIN_ALLOCATOR_H_
|
#ifndef _BIN_ALLOCATOR_H_
|
||||||
#define _BIN_ALLOCATOR_H_
|
#define _BIN_ALLOCATOR_H_
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
#if defined(PCBTARANIS)
|
#if defined(PCBTARANIS)
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
uint8_t g_beepCnt;
|
uint8_t g_beepCnt;
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _BUZZER_H_
|
#ifndef _BUZZER_H_
|
||||||
#define _BUZZER_H_
|
#define _BUZZER_H_
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CLI_H_
|
#ifndef _CLI_H_
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
#if defined(XCURVES)
|
#if defined(XCURVES)
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _DEBUG_H_
|
#ifndef _DEBUG_H_
|
||||||
#define _DEBUG_H_
|
#define _DEBUG_H_
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) OpenTX
|
||||||
|
*
|
||||||
|
* Based on code named
|
||||||
|
* th9x - http://code.google.com/p/th9x
|
||||||
|
* er9x - http://code.google.com/p/er9x
|
||||||
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
||||||
#if defined(SIMU)
|
#if defined(SIMU)
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) OpenTX
|
||||||
|
*
|
||||||
|
* Based on code named
|
||||||
|
* th9x - http://code.google.com/p/th9x
|
||||||
|
* er9x - http://code.google.com/p/er9x
|
||||||
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _DUMP_H_
|
#ifndef _DUMP_H_
|
||||||
#define _DUMP_H_
|
#define _DUMP_H_
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _FIFO_H_
|
#ifndef _FIFO_H_
|
||||||
#define _FIFO_H_
|
#define _FIFO_H_
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _FONTS_H_
|
#ifndef _FONTS_H_
|
||||||
#define _FONTS_H_
|
#define _FONTS_H_
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
const pm_uchar font_5x7[] PROGMEM = {
|
const pm_uchar font_5x7[] PROGMEM = {
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opentx.h"
|
#include "opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LCD_H_
|
#ifndef _LCD_H_
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
#if defined(CPUARM)
|
#if defined(CPUARM)
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MENUS_H_
|
#ifndef _MENUS_H_
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
const pm_uchar about_bmp[] PROGMEM = {
|
const pm_uchar about_bmp[] PROGMEM = {
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,29 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Gerard Valade <gerard.valade@gmail.com>
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rienk de Jong
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -33,9 +16,8 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file view_mavlink.cpp
|
/*! \file view_mavlink.cpp
|
||||||
* Mavlink menu
|
* Mavlink menu
|
||||||
* Contains the menu specific code for Mavlink support.
|
* Contains the menu specific code for Mavlink support.
|
||||||
|
|
|
@ -1,29 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Gerard Valade <gerard.valade@gmail.com>
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rienk de Jong
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -33,9 +16,8 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file view_mavlink.h
|
/*! \file view_mavlink.h
|
||||||
* Mavlink menu include file
|
* Mavlink menu include file
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
#include "../../timers.h"
|
#include "../../timers.h"
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GUI_H_
|
#ifndef _GUI_H_
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../opentx.h"
|
#include "../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GUI_HELPERS_H_
|
#ifndef _GUI_HELPERS_H_
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
const uint16_t font_tinsize_specs[] PROGMEM =
|
const uint16_t font_tinsize_specs[] PROGMEM =
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LCD_H_
|
#ifndef _LCD_H_
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
bool menuGeneralCustomFunctions(evt_t event)
|
bool menuGeneralCustomFunctions(evt_t event)
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,26 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -30,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MENUS_H_
|
#ifndef _MENUS_H_
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
enum AboutScreens {
|
enum AboutScreens {
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
bool isChannelUsed(int channel);
|
bool isChannelUsed(int channel);
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,39 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
*
|
||||||
* - Andreas Weitl
|
* Based on code named
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
* th9x - http://code.google.com/p/th9x
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
* er9x - http://code.google.com/p/er9x
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* - Erez Raviv
|
*
|
||||||
* - Gabriel Birkus
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* - Jean-Pierre Parisy
|
*
|
||||||
* - Karl Szmutny
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* - Michael Blandford
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* - Michal Hlavinka
|
* published by the Free Software Foundation.
|
||||||
* - Pat Mackenzie
|
*
|
||||||
* - Philip Moss
|
* This program is distributed in the hope that it will be useful,
|
||||||
* - Rob Thomson
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* - Thomas Husterer
|
* GNU General Public License for more details.
|
||||||
*
|
*/
|
||||||
* opentx is based on code named
|
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
|
||||||
* and the original (and ongoing) project by
|
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
||||||
bool menuStatisticsView(evt_t event)
|
bool menuStatisticsView(evt_t event)
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
|
@ -1,27 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Authors (alphabetical order)
|
* Copyright (C) OpenTX
|
||||||
* - Andre Bernet <bernet.andre@gmail.com>
|
|
||||||
* - Andreas Weitl
|
|
||||||
* - Bertrand Songis <bsongis@gmail.com>
|
|
||||||
* - Bryan J. Rentoul (Gruvin) <gruvin@gmail.com>
|
|
||||||
* - Cameron Weeks <th9xer@gmail.com>
|
|
||||||
* - Erez Raviv
|
|
||||||
* - Gabriel Birkus
|
|
||||||
* - Jean-Pierre Parisy
|
|
||||||
* - Karl Szmutny
|
|
||||||
* - Michael Blandford
|
|
||||||
* - Michal Hlavinka
|
|
||||||
* - Pat Mackenzie
|
|
||||||
* - Philip Moss
|
|
||||||
* - Rob Thomson
|
|
||||||
* - Romolo Manfredini <romolo.manfredini@gmail.com>
|
|
||||||
* - Thomas Husterer
|
|
||||||
*
|
*
|
||||||
* opentx is based on code named
|
* Based on code named
|
||||||
* gruvin9x by Bryan J. Rentoul: http://code.google.com/p/gruvin9x/,
|
* th9x - http://code.google.com/p/th9x
|
||||||
* er9x by Erez Raviv: http://code.google.com/p/er9x/,
|
* er9x - http://code.google.com/p/er9x
|
||||||
* and the original (and ongoing) project by
|
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||||
* Thomas Husterer, th9x: http://code.google.com/p/th9x/
|
*
|
||||||
|
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -31,7 +16,6 @@
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../opentx.h"
|
#include "../../opentx.h"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue