1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Preparation for 2.1 firmwares downloads

This commit is contained in:
bsongis 2015-03-22 21:59:43 +01:00
parent f93dad845d
commit fa33924ec7
2 changed files with 5 additions and 4 deletions

View file

@ -13,12 +13,13 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
*/ */
#ifndef open9x_interface_h
#define open9x_interface_h #ifndef opentx_interface_h
#define opentx_interface_h
#include "eeprominterface.h" #include "eeprominterface.h"
#define OPENTX_FIRMWARE_DOWNLOADS "http://downloads-20.open-tx.org/firmware" #define OPENTX_FIRMWARE_DOWNLOADS "http://downloads-21.open-tx.org/firmware"
class RleFile; class RleFile;

View file

@ -68,7 +68,7 @@
#include "radiointerface.h" #include "radiointerface.h"
#include "progressdialog.h" #include "progressdialog.h"
#define OPENTX_COMPANION_DOWNLOADS "http://downloads-20.open-tx.org/companion" #define OPENTX_COMPANION_DOWNLOADS "http://downloads-21.open-tx.org/companion"
#define DONATE_STR "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QUZ48K4SEXDP2" #define DONATE_STR "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QUZ48K4SEXDP2"
#ifdef __APPLE__ #ifdef __APPLE__