Carrier detect LED written in C for speed.

master
marcel 2 years ago
parent 892a4a10c2
commit faef7f6c07
  1. 5
      CHANGELOG.md
  2. 2
      installation_pe1rxf-aprs-server.txt
  3. 4
      start_aprs_server.sh

@ -25,3 +25,8 @@ All notable changes to this project will be documented in this file.
### Changed
- Carrier detect not via Direwolf (only ax0), but via carrier-detect.sh script in main loop, so all channles (ax0, ax1 and ax2) have DCD
## [0.0.3] - 2022-02-02
### Changed
- Carrier detect now written in C for speed

@ -262,7 +262,7 @@ sudo visudo
marcel ALL = (root) NOPASSWD: /usr/sbin/kissattach
marcel ALL = (root) NOPASSWD: /usr/sbin/kissparms
marcel ALL = (root) NOPASSWD: /usr/bin/socat
marcel ALL = (root) NOPASSWD: /usr/bin/pigpiod
marcel ALL = (root) NOPASSWD: /home/marcel/ham/aprs_utuls/carrier_detect_led
---
Install command line calculator

@ -23,7 +23,7 @@
##################################################################################
# Start pigpiod for accessing gpio pins for carrier_detect
sudo pigpiod
#sudo pigpiod
###########################
# initializing soundmodem #
@ -67,7 +67,7 @@
###########################
# initializing LoRa modem #
###########################
# /home/marcel/ham/RPi-LoRa-KISS-TNC/start_all.sh
/home/marcel/ham/RPi-LoRa-KISS-TNC/start_all.sh
# Start filter for received messages to PE1RXF (all sufixes)
# Messages addressed to PE1RXF are stored in file /home/marcel/ham/aprs_utils/aprs_received_messages.log

Loading…
Cancel
Save