diff --git a/README.md b/README.md
index 7e4c1cf9..89c241c5 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,6 @@ Tencent QQ group: 309957875
- Based on Lua 5.1.4 (without *debug, os* module.)
- Event-driven programming model preferred
- Built-in modules: node, json, file, timer, pwm, i2c, spi, onewire, net, mqtt, coap, gpio, wifi, adc, uart, bit, u8g, ucg, ws2801, ws2812, crypto, dht, rtc, sntp, bmp085, tls2561, hx711 and system api.
-- GPIO pins re-mapped: use the index to access gpio, i2c, pwm.
- Both Integer (less memory usage) and Float version firmware provided.
# To Do List (pull requests are very welcome)
@@ -310,43 +309,6 @@ Identify your firmware builds by editing `app/include/user_version.h`
#endif
```
-
-
-# GPIO NEW TABLE (Build 20141219 and later)
-
-
-
IO index | ESP8266 pin | IO index | ESP8266 pin | -
---|---|---|---|
0 [*] | GPIO16 | 8 | GPIO15 (SPI CS) | -
1 | GPIO5 | 9 | GPIO3 (UART RX) | -
2 | GPIO4 | 10 | GPIO1 (UART TX) | -
3 | GPIO0 | 11 | GPIO9 | -
4 | GPIO2 | 12 | GPIO10 | -
5 | GPIO14 (SPI CLK) | - | |
6 | GPIO12 (SPI MISO) | - | |
7 | GPIO13 (SPI MOSI) | - |