1717 * [ Currently supported WiFi shields/modules] ( #currently-supported-wifi-shieldsmodules )
1818 * [ Currently supported Ethernet shields/modules] ( #currently-supported-ethernet-shieldsmodules )
1919* [ Changelog] ( #changelog )
20+ * [ Release v1.3.1] ( #release-v131 )
2021 * [ Release v1.3.0] ( #release-v130 )
2122 * [ Release v1.2.0] ( #release-v120 )
2223 * [ Major Release v1.1.0] ( #major-release-v110 )
@@ -251,6 +252,10 @@ This [**MySQL_MariaDB_Generic** library](https://github.com/khoih-prog/MySQL_Mar
251252
252253## Changelog
253254
255+ ### Release v1.3.1
256+
257+ 1 . Remove unnecessary SPI-bus code in NativeEthernet examples
258+
254259### Release v1.3.0
255260
2562611 . Add support to ** Teensy 4.1 using NativeEthernet**
@@ -1767,7 +1772,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
17671772
17681773```
17691774Starting Query_Progmem on NRF52840_FEATHER using W5x00/Ethernet3 Library
1770- MySQL_MariaDB_Generic v1.3.0
1775+ MySQL_MariaDB_Generic v1.3.1
17711776Ethernet3 W5500 init, using SPI_CS = 10, number of sockets = 4
17721777Using mac index = 10
17731778Connected! IP address: 192.168.2.145
@@ -1806,7 +1811,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
18061811
18071812```
18081813Starting Complex_Select on NUCLEO_F767ZI using LAN8742A/STM32Ethernet Library
1809- MySQL_MariaDB_Generic v1.3.0
1814+ MySQL_MariaDB_Generic v1.3.1
18101815Using mac index = 0
18111816Connected! IP address: 192.168.2.165
18121817Connecting to SQL Server @ 192.168.2.112, Port = 5698
@@ -1873,7 +1878,7 @@ This is terminal debug output when running [Query_Results_WiFi](examples/WiFi/Qu
18731878
18741879```
18751880Starting Query_Results_WiFi on ITSYBITSY_M4
1876- MySQL_MariaDB_Generic v1.3.0
1881+ MySQL_MariaDB_Generic v1.3.1
18771882Using WiFiEspAT Library
18781883WiFi shield init done
18791884Connecting to HueNet1
@@ -1912,7 +1917,7 @@ This is terminal debug output when running [Basic_Select_WiFi](examples/WiFi/Bas
19121917
19131918```
19141919Starting Basic_Select_WiFi on SEEED_XIAO_M0
1915- MySQL_MariaDB_Generic v1.3.0
1920+ MySQL_MariaDB_Generic v1.3.1
19161921Using WiFiEspAT Library
19171922WiFi shield init done
19181923Connecting to HueNet1
@@ -1948,7 +1953,7 @@ This is terminal debug output when running [Query_Results_WiFiNINA](examples/WiF
19481953
19491954```
19501955Starting Query_Results_WiFiNINA on SAMD_NANO_33_IOT
1951- MySQL_MariaDB_Generic v1.3.0
1956+ MySQL_MariaDB_Generic v1.3.1
19521957Attempting to connect to SSID: HueNet1
19531958SSID: HueNet1
19541959IP Address: 192.168.2.118
@@ -1994,7 +1999,7 @@ This is terminal debug output when running [Connect_By_Hostname](examples/Ethern
19941999
19952000```
19962001Starting Connect_By_Hostname on SAM DUE using W5x00/EthernetLarge Library
1997- MySQL_MariaDB_Generic v1.3.0
2002+ MySQL_MariaDB_Generic v1.3.1
19982003_pinCS = 0
19992004W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
20002005W5100::init: W5100, SSIZE =4096
@@ -2020,7 +2025,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
20202025
20212026```
20222027Starting Complex_Select on NRF52840_FEATHER using ENC28J60/UIPEthernet Library
2023- MySQL_MariaDB_Generic v1.3.0
2028+ MySQL_MariaDB_Generic v1.3.1
20242029ENC28J60_CONTROL_CS =10
20252030SS =5
20262031SPI_MOSI =25
@@ -2119,7 +2124,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
21192124
21202125```
21212126Starting Complex_Select on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
2122- MySQL_MariaDB_Generic v1.3.0
2127+ MySQL_MariaDB_Generic v1.3.1
21232128[SQL] =========================================
21242129[SQL] Default SPI pinout:
21252130[SQL] MOSI: 25
@@ -2176,7 +2181,7 @@ This is terminal debug output when running [Query_Progmem](examples/Ethernet/Que
21762181
21772182```
21782183Starting Query_Progmem on NRF52840_FEATHER, with ENC28J60 using EthernetENC Library
2179- MySQL_MariaDB_Generic v1.3.0
2184+ MySQL_MariaDB_Generic v1.3.1
21802185[SQL] =========================================
21812186[SQL] Default SPI pinout:
21822187[SQL] MOSI: 25
@@ -2229,7 +2234,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
22292234
22302235```
22312236Starting Basic_Insert_ESP on ESP8266_NODEMCU_ESP12E
2232- MySQL_MariaDB_Generic v1.3.0
2237+ MySQL_MariaDB_Generic v1.3.1
22332238Connecting to HueNet1
22342239...........Connected to network. My IP address is: 192.168.2.135
22352240Connecting to SQL Server @ 192.168.2.112 , Port = 5698
@@ -2258,7 +2263,7 @@ This is terminal debug output when running [Basic_Insert_ESP](examples/WiFi/Basi
22582263
22592264```
22602265Starting Basic_Insert_ESP on ESP32S2_DEV
2261- MySQL_MariaDB_Generic v1.3.0
2266+ MySQL_MariaDB_Generic v1.3.1
22622267Connecting to HueNet1
22632268.......Connected to network. My IP address is: 192.168.2.190
22642269Connecting to SQL Server @ 192.168.2.112 , Port = 5698
@@ -2287,7 +2292,7 @@ This is terminal debug output when running [Basic_Select_WiFiNINA](examples/WiFi
22872292
22882293```
22892294Starting Basic_Select_WiFiNINA on MBED NANO_RP2040_CONNECT
2290- MySQL_MariaDB_Generic v1.3.0
2295+ MySQL_MariaDB_Generic v1.3.1
22912296Attempting to connect to SSID: HueNet1
22922297SSID: HueNet1
22932298IP Address: 192.168.2.153
@@ -2323,7 +2328,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
23232328
23242329```
23252330Starting Complex_Select on MBED RASPBERRY_PI_PICO , with W5x00 using EthernetLarge Library
2326- MySQL_MariaDB_Generic v1.3.0
2331+ MySQL_MariaDB_Generic v1.3.1
23272332[SQL] =========================================
23282333[SQL] Default SPI pinout:
23292334[SQL] MOSI: 3
@@ -2411,7 +2416,7 @@ This is terminal debug output when running [Complex_Select](examples/Ethernet/Co
24112416
24122417```
24132418Starting Complex_Select on RASPBERRY_PI_PICO , with W5x00 using EthernetLarge Library
2414- MySQL_MariaDB_Generic v1.3.0
2419+ MySQL_MariaDB_Generic v1.3.1
24152420[SQL] =========================================
24162421[SQL] Default SPI pinout:
24172422[SQL] MOSI: 19
@@ -2472,7 +2477,7 @@ This is terminal debug output when running [Complex_Select_WT32_ETH01](examples/
24722477```
24732478Starting Complex_Select_WT32_ETH01 on WT32-ETH01
24742479WebServer_WT32_ETH01 v1.2.0
2475- MySQL_MariaDB_Generic v1.3.0
2480+ MySQL_MariaDB_Generic v1.3.1
24762481ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
24772482FULL_DUPLEX, 100Mbps
24782483Connected to network. My IP address is: 192.168.2.232
@@ -2531,22 +2536,7 @@ This is terminal debug output when running [Complex_Select](examples/NativeEther
25312536
25322537```
25332538Starting Complex_Select on Teensy 4.1 , with NativeEthernet
2534- MySQL_MariaDB_Generic v1.3.0
2535- [SQL] =========================================
2536- [SQL] Default SPI pinout:
2537- [SQL] MOSI: 11
2538- [SQL] MISO: 12
2539- [SQL] SCK: 13
2540- [SQL] SS: 10
2541- [SQL] =========================================
2542- [SQL] Board : Teensy 4.1 , setCsPin: 10
2543- [SQL] =========================================
2544- [SQL] Currently Used SPI pinout:
2545- [SQL] MOSI: 11
2546- [SQL] MISO: 12
2547- [SQL] SCK: 13
2548- [SQL] SS: 10
2549- [SQL] =========================================
2539+ MySQL_MariaDB_Generic v1.3.1
25502540Using mac index = 2
25512541Connected! IP address: 192.168.2.86
25522542Connecting to SQL Server @ 192.168.2.112 , Port = 5698
@@ -2635,6 +2625,10 @@ Sometimes, the library will only work if you update the board core to the latest
26352625
26362626## Releases
26372627
2628+ ### Release v1.3.1
2629+
2630+ 1 . Remove unnecessary SPI-bus code in NativeEthernet examples
2631+
26382632### Release v1.3.0
26392633
264026341 . Add support to ** Teensy 4.1 using NativeEthernet**
0 commit comments