Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sarfata/kbox-firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
sarfata committed Jan 31, 2017
2 parents 2362ec5 + c18aefe commit 419164e
Show file tree
Hide file tree
Showing 11 changed files with 648 additions and 92 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
*.dSYM
*.pyc
*.o
*.d
tags
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
UNAME := $(shell uname)

ifeq ($(UNAME), Linux)
PORT=/dev/ttyACM0
endif
ifeq ($(UNAME), Darwin)
PORT=/dev/tty.usbmodem1411
endif


all:
platformio -f -c vim run --target upload
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KBox Firmware

[![Travis
status](https://api.travis-ci.org/sarfata/kbox-firmware.svg)](https://travis-ci.org/sarfata/kbox-firmware) - [Buy KBox on
status](https://api.travis-ci.org/sarfata/kbox-firmware.svg?branch=master)](https://travis-ci.org/sarfata/kbox-firmware) - [Buy KBox on
Tindie!](https://www.tindie.com/products/sarfata/kbox-open-source-boat-gateway/)

## What is KBox?
Expand Down
Loading

0 comments on commit 419164e

Please sign in to comment.