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

Commit e479474

Browse files
authored
v1.7.2 to fix library.properties
### Release v1.7.2 1. Fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint
1 parent 2359eed commit e479474

18 files changed

+60
-40
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ This [**MySQL_MariaDB_Generic** library](https://github.com/khoih-prog/MySQL_Mar
233233

234234
17. Depending on which Ethernet module/shield you're using :
235235
- [`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)
236-
- [`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**
236+
- [`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**
237237
- [`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)
238238
- [`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)
239239
- [`NativeEthernetLarge library stable111+`](https://github.com/vjmuzik/NativeEthernet) for Teensy 4.1 built-in Ethernet.
@@ -991,7 +991,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
991991
992992
```
993993
Starting Query_Progmem on NRF52840_FEATHER using W5x00/Ethernet_Generic Library
994-
MySQL_MariaDB_Generic v1.7.1
994+
MySQL_MariaDB_Generic v1.7.2
995995
Ethernet_Generic W5500 init, using SPI_CS = 10, number of sockets = 4
996996
Using mac index = 10
997997
Connected! IP address: 192.168.2.145
@@ -1027,7 +1027,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
10271027
10281028
```
10291029
Starting Complex_Select on NUCLEO_F767ZI using LAN8742A/STM32Ethernet Library
1030-
MySQL_MariaDB_Generic v1.7.1
1030+
MySQL_MariaDB_Generic v1.7.2
10311031
Using mac index = 0
10321032
Connected! IP address: 192.168.2.165
10331033
Connecting to SQL Server @ your_account.ddns.net, Port = 5698
@@ -1088,7 +1088,7 @@ This is terminal debug output when running [Query_Results_WiFi](examples/WiFi/Qu
10881088
10891089
```
10901090
Starting Query_Results_WiFi on ITSYBITSY_M4
1091-
MySQL_MariaDB_Generic v1.7.1
1091+
MySQL_MariaDB_Generic v1.7.2
10921092
Using WiFiEspAT Library
10931093
WiFi shield init done
10941094
Connecting to HueNet1
@@ -1124,7 +1124,7 @@ This is terminal debug output when running [Basic_Select_WiFi](examples/WiFi/Bas
11241124
11251125
```
11261126
Starting Basic_Select_WiFi on SEEED_XIAO_M0
1127-
MySQL_MariaDB_Generic v1.7.1
1127+
MySQL_MariaDB_Generic v1.7.2
11281128
Using WiFiEspAT Library
11291129
WiFi shield init done
11301130
Connecting to HueNet1
@@ -1157,7 +1157,7 @@ This is terminal debug output when running [Query_Results_WiFiNINA](examples/WiF
11571157
11581158
```
11591159
Starting Query_Results_WiFiNINA on SAMD_NANO_33_IOT
1160-
MySQL_MariaDB_Generic v1.7.1
1160+
MySQL_MariaDB_Generic v1.7.2
11611161
Attempting to connect to SSID: HueNet1
11621162
SSID: HueNet1
11631163
IP Address: 192.168.2.118
@@ -1200,7 +1200,7 @@ This is terminal debug output when running [Connect_By_Hostname](examples/Ethern
12001200
12011201
```
12021202
Starting Connect_By_Hostname on SAM DUE using W5x00/Ethernet_Generic Library
1203-
MySQL_MariaDB_Generic v1.7.1
1203+
MySQL_MariaDB_Generic v1.7.2
12041204
_pinCS = 0
12051205
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
12061206
W5100::init: W5100, SSIZE =4096
@@ -1222,7 +1222,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
12221222
12231223
```
12241224
Starting Complex_Select on NRF52840_FEATHER using ENC28J60/UIPEthernet Library
1225-
MySQL_MariaDB_Generic v1.7.1
1225+
MySQL_MariaDB_Generic v1.7.2
12261226
ENC28J60_CONTROL_CS =10
12271227
SS =5
12281228
SPI_MOSI =25
@@ -1312,7 +1312,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
13121312
13131313
```
13141314
Starting Complex_Select on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
1315-
MySQL_MariaDB_Generic v1.7.1
1315+
MySQL_MariaDB_Generic v1.7.2
13161316
[SQL] =========================================
13171317
[SQL] Default SPI pinout:
13181318
[SQL] MOSI: 25
@@ -1366,7 +1366,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
13661366
13671367
```
13681368
Starting Query_Progmem on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
1369-
MySQL_MariaDB_Generic v1.7.1
1369+
MySQL_MariaDB_Generic v1.7.2
13701370
[SQL] =========================================
13711371
[SQL] Default SPI pinout:
13721372
[SQL] MOSI: 25
@@ -1416,7 +1416,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
14161416
14171417
```
14181418
Starting Basic_Insert_ESP on ESP8266_NODEMCU_ESP12E
1419-
MySQL_MariaDB_Generic v1.7.1
1419+
MySQL_MariaDB_Generic v1.7.2
14201420
Connecting to HueNet1
14211421
...........Connected to network. My IP address is: 192.168.2.135
14221422
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1441,7 +1441,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
14411441
14421442
```
14431443
Starting Basic_Insert_ESP on ESP32S2_DEV
1444-
MySQL_MariaDB_Generic v1.7.1
1444+
MySQL_MariaDB_Generic v1.7.2
14451445
Connecting to HueNet1
14461446
.......Connected to network. My IP address is: 192.168.2.190
14471447
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1466,7 +1466,7 @@ This is terminal debug output when running [Basic_Select_WiFiNINA](examples/WiFi
14661466
14671467
```
14681468
Starting Basic_Select_WiFiNINA on MBED NANO_RP2040_CONNECT
1469-
MySQL_MariaDB_Generic v1.7.1
1469+
MySQL_MariaDB_Generic v1.7.2
14701470
Attempting to connect to SSID: HueNet1
14711471
SSID: HueNet1
14721472
IP Address: 192.168.2.153
@@ -1498,7 +1498,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
14981498
14991499
```
15001500
Starting Complex_Select on MBED RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI0/SPI
1501-
MySQL_MariaDB_Generic v1.7.1
1501+
MySQL_MariaDB_Generic v1.7.2
15021502
[SQL] =========================================
15031503
[SQL] Default SPI pinout:
15041504
[SQL] MOSI: 19
@@ -1574,7 +1574,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
15741574
15751575
```
15761576
Starting Complex_Select on RASPBERRY_PI_PICO , with W5x00 using Ethernet_Generic Library on SPI1
1577-
MySQL_MariaDB_Generic v1.7.1
1577+
MySQL_MariaDB_Generic v1.7.2
15781578
[SQL] =========================================
15791579
[SQL] Default SPI pinout:
15801580
[SQL] MOSI: 19
@@ -1627,7 +1627,7 @@ This is terminal debug output when running [Complex_Select_WT32_ETH01](examples/
16271627
```
16281628
Starting Complex_Select_WT32_ETH01 on WT32-ETH01
16291629
WebServer_WT32_ETH01 v1.4.1
1630-
MySQL_MariaDB_Generic v1.7.1
1630+
MySQL_MariaDB_Generic v1.7.2
16311631
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
16321632
FULL_DUPLEX, 100Mbps
16331633
Connected to network. My IP address is: 192.168.2.232
@@ -1678,7 +1678,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
16781678
16791679
```
16801680
Starting Complex_Select on Teensy 4.1 , with NativeEthernet
1681-
MySQL_MariaDB_Generic v1.7.1
1681+
MySQL_MariaDB_Generic v1.7.2
16821682
Using mac index = 2
16831683
Connected! IP address: 192.168.2.86
16841684
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1739,7 +1739,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
17391739
17401740
```
17411741
Starting Complex_Select on TEENSY 4.1 using QNEthernet
1742-
MySQL_MariaDB_Generic v1.7.1
1742+
MySQL_MariaDB_Generic v1.7.2
17431743
=========== USE_QN_ETHERNET ===========
17441744
Initialize Ethernet using static IP => Connected! IP address: 192.168.2.222
17451745
Connecting to SQL Server @ your_account.ddns.net , Port = 5698
@@ -1778,7 +1778,7 @@ This is terminal debug output when running [Complex_Insert](examples/Portenta_H7
17781778
17791779
```
17801780
Starting Complex_Insert on PORTENTA_H7_M7 , with Ethernet using Portenta_Ethernet Library
1781-
MySQL_MariaDB_Generic v1.7.1
1781+
MySQL_MariaDB_Generic v1.7.2
17821782
Using mac index = 14
17831783
Connected! IP address: 192.168.2.132
17841784
Connecting to SQL Server @ 192.168.2.112 , Port = 5698
@@ -1804,7 +1804,7 @@ This is terminal debug output when running [Complex_Insert_WiFi](examples/Porten
18041804
18051805
```
18061806
Starting Complex_Select_WiFi on PORTENTA_H7_M7
1807-
MySQL_MariaDB_Generic v1.7.1
1807+
MySQL_MariaDB_Generic v1.7.2
18081808
Connecting to HueNet1
18091809
Connected to network. My IP address is: 192.168.2.130
18101810
Connecting to SQL Server @ 192.168.2.112 , Port = 5698

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Release v1.7.2](#release-v172)
1516
* [Release v1.7.1](#release-v171)
1617
* [Release v1.7.0](#release-v170)
1718
* [Release v1.6.1](#release-v161)
@@ -34,6 +35,10 @@
3435

3536
## Changelog
3637

38+
### Release v1.7.2
39+
40+
1. Fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint
41+
3742
### Release v1.7.1
3843

3944
1. Use new [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00.

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MySQL_MariaDB_Generic",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"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",
55
"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",
66
"authors": [

library.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name=MySQL_MariaDB_Generic
2-
version=1.7.1
2+
version=1.7.2
33
author=Dr. Charles Bell <chuck.bell@oracle.com>, Khoi Hoang <khoih.prog@gmail.com>
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
5-
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
5+
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.
6+
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
67
category=Communication
78
url=https://github.com/khoih-prog/MySQL_MariaDB_Generic
89
architectures=*

src/MySQL_Generic.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
#pragma once

src/MySQL_Generic.hpp

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,23 +27,24 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
#pragma once
3334

3435
#ifndef MYSQL_GENERIC_HPP
3536
#define MYSQL_GENERIC_HPP
3637

37-
#define MYSQL_GENERIC_VERSION "1.7.1"
38+
#define MYSQL_GENERIC_VERSION "1.7.2"
3839

3940
#ifndef MYSQL_MARIADB_GENERIC_VERSION
4041
#define MYSQL_MARIADB_GENERIC_VERSION ("MySQL_MariaDB_Generic v" MYSQL_GENERIC_VERSION)
4142

4243
#define MYSQL_MARIADB_GENERIC_VERSION_MAJOR 1
4344
#define MYSQL_MARIADB_GENERIC_VERSION_MINOR 7
44-
#define MYSQL_MARIADB_GENERIC_VERSION_PATCH 1
45+
#define MYSQL_MARIADB_GENERIC_VERSION_PATCH 2
4546

46-
#define MYSQL_MARIADB_GENERIC_VERSION_INT 1007001
47+
#define MYSQL_MARIADB_GENERIC_VERSION_INT 1007002
4748
#endif
4849

4950
#include <MySQL_Generic_Connection.h>

src/MySQL_Generic_Connection.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
/*********************************************************************************************************************************

src/MySQL_Generic_Connection_Impl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
/*********************************************************************************************************************************

src/MySQL_Generic_Debug.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
/*********************************************************************************************************************************

src/MySQL_Generic_Encrypt_Sha1.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1818
Licensed under MIT license
1919
20-
Version: 1.7.1
20+
Version: 1.7.2
2121
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
@@ -32,6 +32,7 @@
3232
1.6.1 K Hoang 12/03/2022 Fix memory management bug
3333
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
3434
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
35+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3536
**********************************************************************************************************************************/
3637

3738
#pragma once

src/MySQL_Generic_Encrypt_Sha1_Impl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1818
Licensed under MIT license
1919
20-
Version: 1.7.1
20+
Version: 1.7.2
2121
2222
Version Modified By Date Comments
2323
------- ----------- ---------- -----------
@@ -32,6 +32,7 @@
3232
1.6.1 K Hoang 12/03/2022 Fix memory management bug
3333
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
3434
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
35+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3536
**********************************************************************************************************************************/
3637

3738
#pragma once

src/MySQL_Generic_Ethernet.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
#ifndef MYSQL_GENERIC_ETHERNET_H

src/MySQL_Generic_Packet.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Built by Khoi Hoang https://github.com/khoih-prog/MySQL_MariaDB_Generic
1313
Licensed under MIT license
1414
15-
Version: 1.7.1
15+
Version: 1.7.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -27,6 +27,7 @@
2727
1.6.1 K Hoang 12/03/2022 Fix memory management bug
2828
1.7.0 K Hoang 12/03/2022 Convert to `h-only` style library
2929
1.7.1 K Hoang 10/04/2022 Use Ethernet_Generic library as default. Support SPI1/SPI2 for RP2040/ESP32
30+
1.7.2 K Hoang 11/04/2022 Fix missing paragraph in `library.properties`
3031
**********************************************************************************************************************************/
3132

3233
/*********************************************************************************************************************************

0 commit comments

Comments
 (0)