Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.7.2 to fix library.properties
Browse files Browse the repository at this point in the history
### Release v1.7.2

1. Fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint
  • Loading branch information
khoih-prog authored Apr 11, 2022
1 parent 2359eed commit e479474
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 40 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ This [**MySQL_MariaDB_Generic** library](https://github.com/khoih-prog/MySQL_Mar

17. Depending on which Ethernet module/shield you're using :
- [`Ethernet_Generic library v2.0.1+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Generic.svg)](https://github.com/khoih-prog/Ethernet_Generic/releases/latest)
- [`EthernetENC library v2.0.1+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/jandrassy/EthernetENC.svg)](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
- [`EthernetENC library v2.0.2+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/jandrassy/EthernetENC.svg)](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
- [`UIPEthernet library v2.0.11+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/UIPEthernet/UIPEthernet.svg)](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
- [`STM32Ethernet library v1.2.0+`](https://github.com/stm32duino/STM32Ethernet) for built-in LAN8742A Ethernet on (Nucleo-144, Discovery). [![GitHub release](https://img.shields.io/github/release/stm32duino/STM32Ethernet.svg)](https://github.com/stm32duino/STM32Ethernet/releases/latest). To be used with [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP). [![GitHub release](https://img.shields.io/github/release/stm32duino/LwIP.svg)](https://github.com/stm32duino/LwIP/releases/latest)
- [`NativeEthernetLarge library stable111+`](https://github.com/vjmuzik/NativeEthernet) for Teensy 4.1 built-in Ethernet.
Expand Down Expand Up @@ -991,7 +991,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
```
Starting Query_Progmem on NRF52840_FEATHER using W5x00/Ethernet_Generic Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Ethernet_Generic W5500 init, using SPI_CS = 10, number of sockets = 4
Using mac index = 10
Connected! IP address: 192.168.2.145
Expand Down Expand Up @@ -1027,7 +1027,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
```
Starting Complex_Select on NUCLEO_F767ZI using LAN8742A/STM32Ethernet Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Using mac index = 0
Connected! IP address: 192.168.2.165
Connecting to SQL Server @ your_account.ddns.net, Port = 5698
Expand Down Expand Up @@ -1088,7 +1088,7 @@ This is terminal debug output when running [Query_Results_WiFi](examples/WiFi/Qu
```
Starting Query_Results_WiFi on ITSYBITSY_M4
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Using WiFiEspAT Library
WiFi shield init done
Connecting to HueNet1
Expand Down Expand Up @@ -1124,7 +1124,7 @@ This is terminal debug output when running [Basic_Select_WiFi](examples/WiFi/Bas
```
Starting Basic_Select_WiFi on SEEED_XIAO_M0
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Using WiFiEspAT Library
WiFi shield init done
Connecting to HueNet1
Expand Down Expand Up @@ -1157,7 +1157,7 @@ This is terminal debug output when running [Query_Results_WiFiNINA](examples/WiF
```
Starting Query_Results_WiFiNINA on SAMD_NANO_33_IOT
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Attempting to connect to SSID: HueNet1
SSID: HueNet1
IP Address: 192.168.2.118
Expand Down Expand Up @@ -1200,7 +1200,7 @@ This is terminal debug output when running [Connect_By_Hostname](examples/Ethern
```
Starting Connect_By_Hostname on SAM DUE using W5x00/Ethernet_Generic Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
_pinCS = 0
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
W5100::init: W5100, SSIZE =4096
Expand All @@ -1222,7 +1222,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
```
Starting Complex_Select on NRF52840_FEATHER using ENC28J60/UIPEthernet Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
ENC28J60_CONTROL_CS =10
SS =5
SPI_MOSI =25
Expand Down Expand Up @@ -1312,7 +1312,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
```
Starting Complex_Select on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
[SQL] =========================================
[SQL] Default SPI pinout:
[SQL] MOSI: 25
Expand Down Expand Up @@ -1366,7 +1366,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
```
Starting Query_Progmem on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
[SQL] =========================================
[SQL] Default SPI pinout:
[SQL] MOSI: 25
Expand Down Expand Up @@ -1416,7 +1416,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
```
Starting Basic_Insert_ESP on ESP8266_NODEMCU_ESP12E
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Connecting to HueNet1
...........Connected to network. My IP address is: 192.168.2.135
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
Expand All @@ -1441,7 +1441,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
```
Starting Basic_Insert_ESP on ESP32S2_DEV
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Connecting to HueNet1
.......Connected to network. My IP address is: 192.168.2.190
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
Expand All @@ -1466,7 +1466,7 @@ This is terminal debug output when running [Basic_Select_WiFiNINA](examples/WiFi
```
Starting Basic_Select_WiFiNINA on MBED NANO_RP2040_CONNECT
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Attempting to connect to SSID: HueNet1
SSID: HueNet1
IP Address: 192.168.2.153
Expand Down Expand Up @@ -1498,7 +1498,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
```
Starting Complex_Select on MBED RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI0/SPI
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
[SQL] =========================================
[SQL] Default SPI pinout:
[SQL] MOSI: 19
Expand Down Expand Up @@ -1574,7 +1574,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
```
Starting Complex_Select on RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI1
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
[SQL] =========================================
[SQL] Default SPI pinout:
[SQL] MOSI: 19
Expand Down Expand Up @@ -1627,7 +1627,7 @@ This is terminal debug output when running [Complex_Select_WT32_ETH01](examples/
```
Starting Complex_Select_WT32_ETH01 on WT32-ETH01
WebServer_WT32_ETH01 v1.4.1
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
FULL_DUPLEX, 100Mbps
Connected to network. My IP address is: 192.168.2.232
Expand Down Expand Up @@ -1678,7 +1678,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
```
Starting Complex_Select on Teensy 4.1 , with NativeEthernet
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Using mac index = 2
Connected! IP address: 192.168.2.86
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
Expand Down Expand Up @@ -1739,7 +1739,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
```
Starting Complex_Select on TEENSY 4.1 using QNEthernet
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
=========== USE_QN_ETHERNET ===========
Initialize Ethernet using static IP => Connected! IP address: 192.168.2.222
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
Expand Down Expand Up @@ -1778,7 +1778,7 @@ This is terminal debug output when running [Complex_Insert](examples/Portenta_H7
```
Starting Complex_Insert on PORTENTA_H7_M7 , with Ethernet using Portenta_Ethernet Library
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Using mac index = 14
Connected! IP address: 192.168.2.132
Connecting to SQL Server @ 192.168.2.112 , Port = 5698
Expand All @@ -1804,7 +1804,7 @@ This is terminal debug output when running [Complex_Insert_WiFi](examples/Porten
```
Starting Complex_Select_WiFi on PORTENTA_H7_M7
MySQL_MariaDB_Generic v1.7.1
MySQL_MariaDB_Generic v1.7.2
Connecting to HueNet1
Connected to network. My IP address is: 192.168.2.130
Connecting to SQL Server @ 192.168.2.112 , Port = 5698
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Release v1.7.2](#release-v172)
* [Release v1.7.1](#release-v171)
* [Release v1.7.0](#release-v170)
* [Release v1.6.1](#release-v161)
Expand All @@ -34,6 +35,10 @@

## Changelog

### Release v1.7.2

1. Fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint

### Release v1.7.1

1. Use new [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MySQL_MariaDB_Generic",
"version": "1.7.1",
"version": "1.7.2",
"keywords": "Communication, Database, Storage, MySQL, MariaDB, wt32-eth01, Teensy, SAMD, nRF52, W5x00, Ethernet, wifi, wifinina, lan8720, rp2040, nano-33-iot, nano-rp2040-connect, QNEthernet, native-ethernet, Portenta-H7, SAM DUE, ENC28J60, rpi-pico, Arduino, AVR",
"description": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Now accepting server's hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00",
"authors": [
Expand Down
5 changes: 3 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name=MySQL_MariaDB_Generic
version=1.7.1
version=1.7.2
author=Dr. Charles Bell <chuck.bell@oracle.com>, Khoi Hoang <khoih.prog@gmail.com>
maintainer=Khoi Hoang <khoih.prog@gmail.com>
sentence=Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Ethernet_Generic library is used as default for W5x00
sentence=Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet_Generic library. ENC28J60 can use either EthernetENC or UIPEthernet Library.
paragraph=You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00
category=Communication
url=https://github.com/khoih-prog/MySQL_MariaDB_Generic
architectures=*
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

#pragma once
Expand Down
9 changes: 5 additions & 4 deletions src/MySQL_Generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,23 +27,24 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

#pragma once

#ifndef MYSQL_GENERIC_HPP
#define MYSQL_GENERIC_HPP

#define MYSQL_GENERIC_VERSION "1.7.1"
#define MYSQL_GENERIC_VERSION "1.7.2"

#ifndef MYSQL_MARIADB_GENERIC_VERSION
#define MYSQL_MARIADB_GENERIC_VERSION ("MySQL_MariaDB_Generic v" MYSQL_GENERIC_VERSION)

#define MYSQL_MARIADB_GENERIC_VERSION_MAJOR 1
#define MYSQL_MARIADB_GENERIC_VERSION_MINOR 7
#define MYSQL_MARIADB_GENERIC_VERSION_PATCH 1
#define MYSQL_MARIADB_GENERIC_VERSION_PATCH 2

#define MYSQL_MARIADB_GENERIC_VERSION_INT 1007001
#define MYSQL_MARIADB_GENERIC_VERSION_INT 1007002
#endif

#include <MySQL_Generic_Connection.h>
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

/*********************************************************************************************************************************
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Connection_Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

/*********************************************************************************************************************************
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

/*********************************************************************************************************************************
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Encrypt_Sha1.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -32,6 +32,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Encrypt_Sha1_Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -32,6 +32,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Ethernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

#ifndef MYSQL_GENERIC_ETHERNET_H
Expand Down
3 changes: 2 additions & 1 deletion src/MySQL_Generic_Packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
Licensed under MIT license
Version: 1.7.1
Version: 1.7.2
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -27,6 +27,7 @@
1.6.1 K Hoang 12/03/2022 Fix memory management bug
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
**********************************************************************************************************************************/

/*********************************************************************************************************************************
Expand Down
Loading

0 comments on commit e479474

Please sign in to comment.