This repository was archived by the owner on Apr 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to support multiple Things per IP Address
- Loading branch information
willif
committed
Mar 2, 2018
1 parent
f204d21
commit 1fcd7b7
Showing
5 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
561eb97660ba2cb014c78f5f9bc2fc29dc70d9d2edfca169a7f16cdfbaf09b5f package.json | ||
eaa7939383e1c494de10b5d6f773891390db1050db38e1ca340b50536b5697fb package.json | ||
78bb6db8d82d3251f99a0bf0e9f20211757062bffc8f4b9559f4ff396ca98b3c esp-adapter.js | ||
f247f379a9bcd86d7246582dac7246284fb8f5763088037004a7274afca475c0 index.js | ||
1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENSE | ||
8d744f4611a9717879d78ba96567bab53b9a03c08c70c7b222cc52dca5291964 espThing.ino | ||
174f9b60c85246da88e1ffe30c1f80cda607cef47b2e8840064a69f7e2215e6c phpThing.tgz | ||
c85b97b25b4f61dfa61500da1ff0e95e0db5ff5d317188c69e5c2d106bce0fb1 espThing.ino | ||
cc2330c89e31ad55eb66787990e3aaa8c33c3592f19c096f8a10f0e6e096b9fe phpThings.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
rm -f SHA256SUMS | ||
sha256sum -- package.json *.js LICENSE espThing.ino phpThing.tgz > SHA256SUMS | ||
sha256sum -- package.json *.js LICENSE espThing.ino phpThings.tgz > SHA256SUMS | ||
npm pack | ||
|
Binary file not shown.