mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2025-12-06 07:02:00 +01:00
Merge pull request #33 from BG4TGO/master
Also uncomment these defines in the NanoDV.h file
This commit is contained in:
commit
3f9cd34c0e
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
// TCXO of the ADF7021
|
||||
// For 14.7456 MHz:
|
||||
#define ADF7021_14_7456
|
||||
// #define ADF7021_14_7456
|
||||
// For 12.2880 MHz:
|
||||
// #define ADF7021_12_2880
|
||||
#define ADF7021_12_2880
|
||||
|
||||
// Host communication selection:
|
||||
#define STM32_USART1_HOST
|
||||
|
|
@ -62,10 +62,10 @@
|
|||
// #define SERIAL_REPEATER_USART1
|
||||
|
||||
// Enable P25 Wide modulation:
|
||||
// #define ENABLE_P25_WIDE
|
||||
#define ENABLE_P25_WIDE
|
||||
|
||||
// Disable mode LEDs blink during scan mode:
|
||||
// #define QUIET_MODE_LEDS
|
||||
#define QUIET_MODE_LEDS
|
||||
|
||||
// Enable modem debug messages
|
||||
// #define ENABLE_DEBUG
|
||||
|
|
|
|||
|
|
@ -73,5 +73,5 @@ fi
|
|||
sudo killall MMDVMHost >/dev/null 2>&1
|
||||
|
||||
# Upload the firmware
|
||||
eval sudo $STM32FLASH -v -w nano_hotspot_fw.bin -g 0x0 -R -i 10,-14,14:-10,14 /dev/ttyAMA0
|
||||
eval sudo $STM32FLASH -v -w nano_dv_fw.bin -g 0x0 -R -i 67,-66,66:-67,66 /dev/ttyAMA0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue