Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Nov 10, 2024
1 parent d0aac8f commit e37d75e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 4 additions & 5 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name=ESP32-e-Paper-Weather-Display
version=0.0.1
author=David Bird
maintainer=David Bird <[email protected]>
sentence=An ESP32 and an ePaper Display reads Open Weather Map and displays the weather
paragraph=An ESP32 and an ePaper Display reads Open Weather Map and displays the weather
version=0.2.0
author=Matthias Prinke
sentence=An ESP32 / ePaper Display for OpenWeather Report/Forecast and Local/Remote Sensor Data
paragraph=An ESP32 / ePaper Display for OpenWeather Report/Forecast and Local/Remote Sensor Data
category=Display
url=https://github.com/G6EJD/ESP32-e-Paper-Weather-Display
architectures=esp32
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP32-e-Paper-Weather-Display",
"version": "0.1.0",
"version": "0.2.0",
"description": "An ESP32 7.5in ePaper Display showing data from OpenWeather, local sensors and MQTT brokers",
"main": "Waveshare_7_5_T7_Sensors.ino",
"frameworks": "arduino",
Expand All @@ -14,20 +14,18 @@
"url": "git+https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display.git"
},
"author": "Matthias Prinke",
"license": {
"url": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display/blob/master/Licence.txt"
},
"license": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display/blob/master/Licence.txt",
"bugs": {
"url": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display/issues"
},
"homepage": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display#README",
"dependencies": {
"GxEPD2": "ZinggJM/GxEPD2#semver:^1.5.8",
"GxEPD2": "ZinggJM/GxEPD2#semver:^1.6.0",
"U8g2_for_Adafruit_GFX": "olikraus/U8g2_for_Adafruit_GFX#semver:^1.8.0",
"cQueue": "SMFSW/cQueue#semver:^2.0",
"TheengsDecoder": "theengs/decoder#semver:^1.7.8",
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.2",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.1.0",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.2.0",
"pocketBME280": "angrest/pocketBME280#semver:^1.2.4",
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^1.4.2",
"Sensirion I2C SCD4x": "Sensirion/arduino-i2c-scd4x#semver:^0.4.0",
Expand Down

0 comments on commit e37d75e

Please sign in to comment.