308 Commits

Author SHA1 Message Date
Marc Juul
e8cfe8a291 Fix link failure on latest espressif32 platform 2022-07-20 15:13:28 +05:30
Jenny Ryan
61654ec65c Update README.md 2022-05-04 11:45:59 -07:00
Jenny Ryan
bde3892067 Merge pull request #115 from sudomesh/dependabot/npm_and_yarn/web/minimist-1.2.6
Bump minimist from 1.2.3 to 1.2.6 in /web
2022-05-04 11:42:52 -07:00
dependabot[bot]
b67de3c2bb Bump minimist from 1.2.3 to 1.2.6 in /web
Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.3...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 14:19:38 +00:00
grant_____
c0e73e5b43 Update platformio.ini with latest LoRaLayer2 commit 2021-11-28 16:01:08 -05:00
grant_____
0a6e1de011 Merge pull request #113 from code8buster/esp32v3
Esp32v3 initial support
2021-11-28 15:54:27 -05:00
code8buster
839072f75f Uncommenting Arduino-LoRa lines, ifndefs added in Layer2 to fix preprocessor problems 2021-11-23 21:16:15 -05:00
code8buster
412575a210 Commented all ARDUINO_LORA ifdefs since the compiler refuses to use the new sx1262 class 2021-11-22 18:28:33 -05:00
code8buster
e6573f716a combined 1276/1262 ifdef 2021-11-18 20:55:31 -05:00
code8buster
880687f1a3 Redefined pins for v3, added two-module instantiation in main 2021-11-17 15:03:05 -05:00
code8buster
2af0a382b7 Removed redundant defines, changed platformio.ini to use esp32dev target w/ correct ram size for esp32-wroom-32u 2021-08-08 01:11:57 -04:00
code8buster
c8fac1b56a Initial changes to specify pins for dual SX1276 modules and board def for platformio 2021-08-07 17:23:51 -04:00
Jenny Ryan
1ba07b45ec Merge pull request #111 from sudomesh/pythonupdate
update python
2021-05-31 13:23:19 -07:00
Jenny Ryan
8603b63f6b update python 2021-05-31 10:24:54 -07:00
Jenny Ryan
c63564a0af Merge pull request #105 from sudomesh/dependabot/npm_and_yarn/web/ecstatic-4.1.4
Bump ecstatic from 2.2.2 to 4.1.4 in /web
2021-05-31 09:58:13 -07:00
samuk
6992dc6fbc Update README.md
Added current status of seeking maintainer.
2021-05-26 14:41:04 +01:00
dependabot[bot]
afd7ca5b82 Bump ecstatic from 2.2.2 to 4.1.4 in /web
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 2.2.2 to 4.1.4.
- [Release notes](https://github.com/jfhbrook/node-ecstatic/releases)
- [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jfhbrook/node-ecstatic/compare/2.2.2...4.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 17:01:12 +00:00
grant_____
a90171204c Merge pull request #97 from grisu48/wificlient
Improve Wifi client mode
2020-10-10 22:09:37 -04:00
phoenix
d3b706eaa6 Improve Wifi
This commit makes connecting to an existing WiFi more robust
and adds the missing `secrets.h` file for WiFi configuration.
2020-10-07 21:46:49 +02:00
paidforby
821012d281 update LL2, corrects packet success calculations, related to #81 2020-09-20 11:53:21 -04:00
paidforby
a53740869f fix typo in web app, fixes #92 2020-09-18 18:58:22 -04:00
paidforby
2c4c6ce5bf make gps datagram the correct length, fixes #95 2020-09-17 22:46:21 -04:00
fitz
841698db3b adds board_esp32_v3 2020-09-16 22:27:05 -07:00
paidforby
40140c7f77 fix error in using RadioLib with TGGO 2020-09-12 21:47:00 -04:00
paidforby
c4d93a9fd3 remove DATAGRAM_MESSAGE constant and use MESSAGE_LENGTH from LL2 instead, fully fixes #88 2020-09-04 21:31:56 -04:00
paidforby
26fec5f910 remove unneccessary memset, related to #88 2020-09-04 19:59:46 -04:00
paidforby
d73c47e8b6 add info about node version for building web app, fixes #80 2020-09-01 17:18:50 -04:00
paidforby
f6c6d65db2 remove setInterval from LoRaClient init, fixes #87 2020-08-26 20:27:23 -04:00
fitz
4f3da9da60 Finish implementing fixes and pin changes for board_esp32_v2. 2020-08-25 20:21:27 -07:00
paidforby
d1601d993b print info when gps reading fails, related to #87 2020-08-25 22:22:33 -04:00
paidforby
7c9de62076 fixes for simulator shared code 2020-08-23 20:22:47 -04:00
paidforby
02ba484ae0 add routing interval and gps beacon options to console 2020-08-23 12:36:11 -04:00
paidforby
b28cdfd10b adds dutyCycle setting from console, fixes #52, refactors console command functions and usage printouts 2020-08-20 21:39:32 -04:00
paidforby
a94ca40b72 adds ability to configure lora frequency and spreading factor via console 2020-08-19 22:33:12 -04:00
grant_____
2b6b997fcf Merge pull request #86 from galopeian1/master
dependabot fixes
2020-08-19 20:06:20 -04:00
grant_____
55b85e7021 Merge branch 'master' into master 2020-08-19 20:03:37 -04:00
grant_____
708010cd0d Merge pull request #66 from sudomesh/dependabot/npm_and_yarn/web/minimist-1.2.3
Bump minimist from 1.2.0 to 1.2.3 in /web
2020-08-19 20:00:35 -04:00
Ian Galope
55e42234ac Update package-lock.json 2020-08-18 22:50:27 -04:00
Ian Galope
e6af86f744 Update package-lock.json 2020-08-18 22:47:31 -04:00
Ian Galope
6d4b5d9651 Update package-lock.json 2020-08-18 22:32:55 -04:00
Ian Galope
15d6645ded Update package-lock.json 2020-08-18 22:30:10 -04:00
Ian Galope
b438a32f29 Update package-lock.json 2020-08-18 21:58:54 -04:00
Ian Galope
d771671e3d Update package-lock.json 2020-08-18 20:39:59 -04:00
Ian Galope
da0e432db2 Update package-lock.json
CVE-2019-10744
critical severity
Vulnerable versions: < 4.6.2
Patched version: 4.6.2

Affected versions of lodash are vulnerable to Prototype Pollution.
The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.
https://github.com/advisories/GHSA-jf85-cpcp-j695
2020-08-18 20:21:32 -04:00
paidforby
916f3f34ae update LL2 commit to fix lopy4 build 2020-08-18 20:18:25 -04:00
paidforby
0edaa5c550 adds ability to set txPower from console, related to #78 2020-08-18 19:24:04 -04:00
paidforby
3125320ffe add get config command to print current configuration of Layer1 and LL2 2020-08-17 23:02:21 -04:00
paidforby
8f04da040e fix print out of local address to console, uses datagram now 2020-08-16 17:38:56 -04:00
paidforby
aeeaf023e2 fix buffer overflow when memsetting response datagram fixes #77 2020-08-16 14:55:13 -04:00
paidforby
44cf2dfc75 adding hardware readme 2020-06-27 18:55:56 -04:00