Skip to content

Commit

Permalink
fixed gitignore, added batch script for tag-proximity
Browse files Browse the repository at this point in the history
  • Loading branch information
meriac committed Sep 7, 2014
1 parent a1fe7ee commit f62e6cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions firmware/at91sam7/at91flash/sam7utils/.gitignore
@@ -1,4 +1,5 @@
.deps
.libs
aclocal.m4
autom4te.cache
config.guess
Expand Down
7 changes: 7 additions & 0 deletions firmware/pic16/tag-proximity/batch
@@ -0,0 +1,7 @@
#!/bin/bash

while read -p "[PRESS ENTER]"; do
./create_counted_firmware.php
smbclient -c "prompt off ; mput openbeacon-*.hex" -N $1
echo
done
1 change: 1 addition & 0 deletions host/services/openbeacon-tracker/.gitignore
Expand Up @@ -7,6 +7,7 @@ filter-singularsighting
filter-mongodb
mongodb-mongo-c-driver
mongodb-mongo-c-driver.tar.gz
mongo-c-driver-*
src/custom-encryption-keys.h
callgrind.out.*
*.o
Expand Down

0 comments on commit f62e6cb

Please sign in to comment.