Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Pin nanopb @ 0.3.8-dev until we can test 0.3.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
precision committed Mar 20, 2017
1 parent d0a3bb8 commit 65d62a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.pioenvs
.clang_complete
.gcc-flags.json
.gcc-flags.json
.piolibdeps
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lib_deps =
EEPROM
SPI
ble-sdk-arduino
Nanopb
Nanopb@0.3.8-dev
; force goosci for now, fix the circular dependency between GoosciBleGatt and goosci
build_flags = -I$PROJECT_DIR/lib/goosci

Expand All @@ -25,7 +25,7 @@ platform = intel_arc32
framework = arduino
board = genuino101
src_filter = +<arduino101/>
lib_deps = Nanopb
lib_deps = Nanopb@0.3.8-dev
lib_ignore = GoosciBleGatt, BLEPeripheral

[env:mega2560]
Expand Down

0 comments on commit 65d62a6

Please sign in to comment.