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
paidforby
9d137b4f5f
better method of getting lora info that uses datagram messages
2020-06-27 18:39:12 -04:00
paidforby
4307513114
update LoRaLayer2 to fix heltec-v2, sparkfun-lora builds, related to #74
2020-06-27 16:45:28 -04:00
paidforby
78dac9bc4e
Merge branch 'marcidy-heltec-oled' resolves #74
2020-06-27 15:59:44 -04:00
paidforby
56eb868de5
add HAS_OLED build flag to platformio.ini for boards that need it related to #74
2020-06-27 15:59:31 -04:00
Matt Arcidy
fbf2187da4
adding HAS_OLED to build vars to guard in place of using OLED_SDA
2020-06-25 12:07:01 -07:00
paidforby
b596f3b636
minor updates to simulator related clients
2020-06-15 17:50:00 -04:00
paidforby
7fc5275c98
adds premlinary support for dual LoRa modules and RadioLib
2020-05-31 21:29:45 -04:00
paidforby
643ddeb736
disable OLED for sparkfun and heltec related to #74 , add explicit destructor for OLED client, add lopy4 to travis build
2020-05-20 13:42:57 -04:00
paidforby
00c7a3cbe5
update travis run pio inside of firmware dir
2020-05-20 12:14:13 -04:00
paidforby
6500be7b19
Merge branch '1.0.0-rc.2'
2020-05-20 12:09:42 -04:00
paidforby
93af2f158a
resolve conflict in GPSClient.cpp
2020-05-20 11:59:44 -04:00
paidforby
20b5daa4a6
correct some errors in platformio, add explicit CR-LF at end of Stream message
2020-05-20 11:35:36 -04:00
paidforby
875396a7c6
finally settled on a new structure, moving src back into firmware dir to make platformio work
2020-05-20 10:43:05 -04:00