Skip to content

Commit

Permalink
Recompiled bins.
Browse files Browse the repository at this point in the history
user1.bin uses the default port 23 and 2323
user2.bin uses uses port 23 and 2000 (for Duepi-EVO)
  • Loading branch information
aceindy committed Feb 21, 2024
1 parent 498ae7a commit d8fcdd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-link/main.c
Expand Up @@ -197,7 +197,7 @@ user_init(void) {
#endif

// init the wifi-serial transparent bridge (port 23)
serbridgeInit(23, 2323);
serbridgeInit(23, 2000);
uart_add_recv_cb(&serbridgeUartCb);
#ifdef SHOW_HEAP_USE
os_timer_disarm(&prHeapTimer);
Expand Down
Binary file modified user1.bin
Binary file not shown.

0 comments on commit d8fcdd9

Please sign in to comment.