From 020403a431f56fef07c7aaf38d1a75ef497746e5 Mon Sep 17 00:00:00 2001 From: bdring Date: Mon, 10 Sep 2018 19:56:27 -0500 Subject: [PATCH] Minor Updates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea1f15a6..588da41d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is a port of [Grbl](https://github.com/gnea/grbl) for the ESP32. The ESP32 - **I/O** - It has just about the same number of pins as an Arduino UNO, the original target for Grbl - **Peripherals** - It has more timers and advanced features than an UNO. These can also be mapped to pins more flexibly. - **Connectivity** - Bluetooth and WiFi built in. +- **Fast Boot** - Boots almost instantly and does not need to be formally shutdown (unlike Raspberry Pi or Beagle Bone) ### Issues / Changes