added submodules
This commit is contained in:
parent
9843c73a48
commit
0d7d05c656
|
@ -31,3 +31,6 @@
|
||||||
[submodule "grblHAL_Teensy4/src/openpnp"]
|
[submodule "grblHAL_Teensy4/src/openpnp"]
|
||||||
path = grblHAL_Teensy4/src/openpnp
|
path = grblHAL_Teensy4/src/openpnp
|
||||||
url = https://github.com/grblHAL/Plugin_OpenPNP
|
url = https://github.com/grblHAL/Plugin_OpenPNP
|
||||||
|
[submodule "grblHAL_Teensy4/src/bluetooth"]
|
||||||
|
path = grblHAL_Teensy4/src/bluetooth
|
||||||
|
url = https://github.com/grblHAL/Plugins_Bluetooth
|
||||||
|
|
|
@ -13,7 +13,7 @@ See [Compiling](#Compiling) for more information on building.
|
||||||
|
|
||||||
The networking plugin is for Teensy 4.1 and needs the [teensy41_ethernet lwIP library](https://github.com/ddrown/teensy41_ethernet) forked by ddrown.
|
The networking plugin is for Teensy 4.1 and needs the [teensy41_ethernet lwIP library](https://github.com/ddrown/teensy41_ethernet) forked by ddrown.
|
||||||
|
|
||||||
Telnet and websocket protocols are currently supported, http is on the long term roadmap.
|
Telnet, websocket and ftp protocols are currently supported, http is on the long term roadmap.
|
||||||
|
|
||||||
#### SD card plugin
|
#### SD card plugin
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 419286a2ce11232b8c064f6954a8a72b824846e4
|
Loading…
Reference in New Issue