Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/commit/08ab8b58db919254985024dad33f85a1f723eebc You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix swap-uart

pull/36/merge
Thorsten von Eicken 10 years ago
parent 1ed85714da
commit 08ab8b58db
  1. 2
      serial/serbridge.c

@ -328,6 +328,8 @@ void ICACHE_FLASH_ATTR serbridgeInitPins() {
if (flashConfig.swap_uart) {
PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTCK_U, 4);
PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDO_U, 4);
PIN_PULLUP_DIS(PERIPHS_IO_MUX_MTCK_U);
PIN_PULLUP_DIS(PERIPHS_IO_MUX_MTDO_U);
system_uart_swap();
} else {
PIN_FUNC_SELECT(PERIPHS_IO_MUX_U0TXD_U, 0);

Loading…
Cancel
Save