cleanup
This commit is contained in:
3
Makefile
3
Makefile
@@ -32,6 +32,7 @@ INC_DIRS?=-I./$(ARDUINO_DIR)/libraries/SPI/src\
|
||||
-I./libraries/arduino-LoRa/src\
|
||||
-I./libraries/TinyGPSPlus/src\
|
||||
-I./libraries/TinyLoRa\
|
||||
-I./libraries/arduino-base64\
|
||||
-I./$(NANOPB_DIR)\
|
||||
-I./protobuf\
|
||||
-I./$(ARDUINO_DIR)/libraries/SoftwareSerial/src/
|
||||
@@ -57,6 +58,7 @@ SRC_FILES?=./$(ARDUINO_DIR)/cores/arduino/main.cpp\
|
||||
./libraries/arduino-LoRa/src/LoRa.cpp\
|
||||
./libraries/TinyGPSPlus/src/TinyGPS++.cpp\
|
||||
./libraries/TinyLoRa/TinyLoRa.cpp\
|
||||
./libraries/arduino-base64/Base64.cpp\
|
||||
./$(NANOPB_DIR)/pb_encode.c\
|
||||
./$(NANOPB_DIR)/pb_decode.c\
|
||||
./$(NANOPB_DIR)/pb_common.c\
|
||||
@@ -96,6 +98,7 @@ run: flash
|
||||
|
||||
start: flash
|
||||
systemctl start lora-gateway-bridge loraserver
|
||||
|
||||
stop:
|
||||
avrdude -v -patmega328p -carduino -P/dev/ttyUSB0 -b115200 -D -Uflash:w:nothing.hex:i
|
||||
systemctl stop lora-gateway-bridge loraserver
|
||||
|
||||
Reference in New Issue
Block a user