|
5 | 5 | [](https://github.com/khoih-prog/MySQL_MariaDB_Generic/blob/master/LICENSE) |
6 | 6 | [](#Contributing) |
7 | 7 | [](http://github.com/khoih-prog/MySQL_MariaDB_Generic/issues) |
8 | | -[](https://github.com/khoih-prog/MySQL_MariaDB_Generic) |
9 | | -[](https://github.com/khoih-prog/MySQL_MariaDB_Generic/fork) |
10 | 8 |
|
11 | 9 | --- |
12 | 10 | --- |
|
127 | 125 | * [ 9. Query_Results_WT32_ETH01](examples/WT32_ETH01/Query_Results_WT32_ETH01) |
128 | 126 | * [10. Reboot_WT32_ETH01](examples/WT32_ETH01/Reboot_WT32_ETH01) |
129 | 127 | * [For Teensy 4.1 NativeEthernet](#for-teensy-41-nativeethernet) |
130 | | - * [ 1. Basic_Insert](examples/Ethernet/Basic_Insert) |
131 | | - * [ 2. Basic_Select](examples/Ethernet/Basic_Select) |
132 | | - * [ 3. Complex_Insert](examples/Ethernet/Complex_Insert) |
133 | | - * [ 4. Complex_Select](examples/Ethernet/Complex_Select) |
134 | | - * [ 5. Connect](examples/Ethernet/Connect) |
135 | | - * [ 6. Connect_By_Hostname](examples/Ethernet/Connect_By_Hostname) |
136 | | - * [ 7. Connect_Default_Database](examples/Ethernet/Connect_Default_Database) |
137 | | - * [ 8. Connect_Disconnect](examples/Ethernet/Connect_Disconnect) |
138 | | - * [ 9. Query_Progmem](examples/Ethernet/Query_Progmem) |
139 | | - * [10. Query_Results](examples/Ethernet/Query_Results) |
| 128 | + * [ 1. Basic_Insert](examples/NativeEthernet/Basic_Insert) |
| 129 | + * [ 2. Basic_Select](examples/NativeEthernet/Basic_Select) |
| 130 | + * [ 3. Complex_Insert](examples/NativeEthernet/Complex_Insert) |
| 131 | + * [ 4. Complex_Select](examples/NativeEthernet/Complex_Select) |
| 132 | + * [ 5. Connect](examples/NativeEthernet/Connect) |
| 133 | + * [ 6. Connect_By_Hostname](examples/NativeEthernet/Connect_By_Hostname) |
| 134 | + * [ 7. Connect_Default_Database](examples/NativeEthernet/Connect_Default_Database) |
| 135 | + * [ 8. Connect_Disconnect](examples/NativeEthernet/Connect_Disconnect) |
| 136 | + * [ 9. Query_Progmem](examples/NativeEthernet/Query_Progmem) |
| 137 | + * [10. Query_Results](examples/NativeEthernet/Query_Results) |
140 | 138 | * [Example Complex_Select](#example-complex_select) |
141 | 139 | * [1. File Complex_Select.ino](#1-file-complex_selectino) |
142 | 140 | * [2. File defines.h](#2-file-definesh) |
@@ -319,9 +317,9 @@ This [**MySQL_MariaDB_Generic** library](https://github.com/khoih-prog/MySQL_Mar |
319 | 317 | 1. [`Arduino IDE v1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software) |
320 | 318 | 2. [`ESP32 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/) |
321 | 319 | 3. [`ESP32S2 Core 1.0.6+`](https://github.com/espressif/arduino-esp32/tree/esp32s2) for ESP32S2-based boards. |
322 | | - 4. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS. |
| 320 | + 4. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). |
323 | 321 | 5. [`Arduino AVR core 1.8.3+`](https://github.com/arduino/ArduinoCore-avr) for Arduino (Use Arduino Board Manager) for AVR boards. [](https://github.com/arduino/ArduinoCore-avr/releases/latest) |
324 | | - 6. [`Teensy core v1.54+`](https://www.pjrc.com/teensy/td_download.html) for Teensy (4.1, 4.0, 3.6, 3.5, 3,2, 3.1, 3.0) boards. To be used with Arduino IDE v1.8.13- |
| 322 | + 6. [`Teensy core v1.54+`](https://www.pjrc.com/teensy/td_download.html) for Teensy (4.1, 4.0, 3.6, 3.5, 3,2, 3.1, 3.0) boards. |
325 | 323 | 7. [`Arduino SAM DUE core v1.6.12+`](https://github.com/arduino/ArduinoCore-sam) for SAM DUE ARM Cortex-M3 boards. |
326 | 324 | 8. [`Arduino SAMD core 1.8.11+`](https://github.com/arduino/ArduinoCore-samd) for SAMD ARM Cortex-M0+ boards. [](https://github.com/arduino/ArduinoCore-samd/releases/latest) |
327 | 325 | 9. [`Adafruit SAMD core 1.7.4+`](https://github.com/adafruit/ArduinoCore-samd) for SAMD ARM Cortex-M0+ and M4 boards (Nano 33 IoT, etc.). [](https://github.com/adafruit/ArduinoCore-samd/releases/latest) |
@@ -2751,8 +2749,8 @@ Submit issues to: [MySQL_MariaDB_Generic issues](https://github.com/khoih-prog/M |
2751 | 2749 | <tr> |
2752 | 2750 | <td align="center"><a href="https://github.com/ChuckBell"><img src="https://github.com/ChuckBell.png" width="100px;" alt="ChuckBell"/><br /><sub><b>⭐️ ChuckBell</b></sub></a><br /></td> |
2753 | 2751 | <td align="center"><a href="https://github.com/tcpipchip"><img src="https://github.com/tcpipchip.png" width="100px;" alt="tcpipchip"/><br /><sub><b>Miguel Wisintainer</b></sub></a><br /></td> |
2754 | | - </tr> |
2755 | 2752 | <td align="center"><a href="https://github.com/graham999au"><img src="https://github.com/graham999au.png" width="100px;" alt="graham999au"/><br /><sub><b>graham999au</b></sub></a><br /></td> |
| 2753 | + </tr> |
2756 | 2754 | </table> |
2757 | 2755 |
|
2758 | 2756 | --- |
|
0 commit comments