Skip to content

Commit 5dd3c09

Browse files
committed
Fix: Concentrator fails less times to start, at most 5
1 parent 7b320e1 commit 5dd3c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=oc-lora-gw-pf-dev
2-
VERSION=0.04-dev
2+
VERSION=0.05-dev
33
MAINTAINER='Artur Balanuta'
44
DEPS :=
55
WORK_DIR=src

lora_gateway/libloragw/src/loragw_spi.native.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Maintainer: Sylvain Miermont
5353

5454
#define READ_ACCESS 0x00
5555
#define WRITE_ACCESS 0x80
56-
#define SPI_SPEED 8000000
56+
#define SPI_SPEED 6500000
5757
#define SPI_DEV_PATH "/dev/spidev0.0"
5858
//#define SPI_DEV_PATH "/dev/spidev32766.0"
5959

0 commit comments

Comments
 (0)