File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- name =avr-iot-cellular
2- version =1.2.0
1+ name =AVR-IoT Cellular
2+ version =1.2.1
33author =Microchip Technology Inc. <simen.gangstad@microchip.com>
44maintainer =Microchip Technology Inc. <simen.gangstad@microchip.com>
55sentence =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
77category =Communication
88url =https://iot.microchip.com/docs
99architectures =*
10- depends =DxCore
11- precompiled =true
10+ depends =mcp9808, veml3328
11+ precompiled =true
You can’t perform that action at this time.
0 commit comments