10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
|
|
########################################################################################
|
|
## Config file for RFLink service
|
|
## RFLink service is software solution for control and collect data from wireless sensors on 433MHz
|
|
#######################################################################################
|
|
|
|
TCP_port=5050
|
|
PIN_TX=28 # use wiringpi numbering
|
|
PIN_RX=29 # use wiringpi numbering
|
|
log_level=3 # 0-nothing, 1-error log, 2-warning, 3-running status, 4-debug |