Skip to content

Commit 8ba901d

Browse files
committed
MCU8MASS-448: fix dependency bug, change library name
1 parent ef41192 commit 8ba901d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@
6060
* Fix a bug where HTTP requests would make the modem hang
6161
* Add a temporary fix for a bug where the modem would not respond during MQTT publish and receive
6262
* Fix a bug where retrieving the modem clock would fail
63+
64+
# 1.2.1
65+
66+
## Changes
67+
68+
* Update library name in library.properties file
69+
70+
## Bugfixes
71+
72+
* Fix dependency error in library.properties file

library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name=avr-iot-cellular
2-
version=1.2.0
1+
name=AVR-IoT Cellular
2+
version=1.2.1
33
author=Microchip Technology Inc. <simen.gangstad@microchip.com>
44
maintainer=Microchip Technology Inc. <simen.gangstad@microchip.com>
55
sentence=Library for the AVR-IoT Cellular Mini Board
6-
paragraph=Supports HTTP(S), MQTT(S), Low Power and more.
6+
paragraph=Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808 and AVR-IoT VEML3328
77
category=Communication
88
url=https://iot.microchip.com/docs
99
architectures=*
10-
depends=DxCore
11-
precompiled=true
10+
depends=mcp9808, veml3328
11+
precompiled=true

0 commit comments

Comments
 (0)