Skip to content

Commit

Permalink
Created
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 10, 2024
1 parent 03209b8 commit e495f79
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "BresserWeatherSensorLW",
"version": "0.1.0",
"description": "Bresser 868 MHz Weather Sensor Radio Receiver; provides data via LoRaWAN",
"main": "BresserWeatherSensorLW.ino",
"frameworks": "arduino",
"platforms": [
"ESP32",
"RP2040"
],
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/BresserWeatherSensorLW.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/BresserWeatherSensorLW/issues"
},
"homepage": "https://github.com/matthias-bs/BresserWeatherSensorLW#README",
"dependencies": {
"BresserWeatherSensorReceiver": "matthias-bs/BresserWeatherSensorReceiver#semver:^0.25.0",
"RadioLib": "jgromes/RadioLib#semver:^6.5.0",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.2.1",
"ESP32Time": "fbiego/ESP32Time#semver:^2.0.6",
"ESP32AnalogRead": "madhephaestus/ESP32AnalogRead#semver:^0.2.2",
"OneWireNg": "https://github.com/pstolarz/OneWireNg#semver:^0.13.3",
"Arduino-Temperature-Control-Library": "milesburton/Arduino-Temperature-Control-Library#semver:^3.9.1",
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^1.4.1",
"ATC_MiThermometer": "matthias-bs/ATC_MiThermometer#semver:^0.3.1",
"TheengsDecoder": "theengs/decoder#semver:^1.7.5",
"Preferences": "vshymanskyy/Preferences#semver:^2.1.0"
}
}

0 comments on commit e495f79

Please sign in to comment.