-
-
Notifications
You must be signed in to change notification settings - Fork 38
[Question]Telnet for marlin tinybee ? #70
|
I need telnet for my tinybee esp32 board. I use it with marlin for rotated table. |
All reactions
Replies: 3 comments · 24 replies
|
Thank your for submiting, please be sure you followed template or your issue may be dismissed. |
All reactions
|
Telnet is only implemented in ESP3DLib V3 not in V1 What version are you using ? |
All reactions
|
I use stock marlin 2.0.9.3 for my tinybee. Web interface works. |
All reactions
|
Yes I recently updated my fork with latest bugfix-2.1 https://github.com/luc-github/Marlin/tree/ESP3DLib-V3-bugfix-2.1.x |
All reactions
|
I have downloaded it but searching cannot find code for telnet server in marlin tree. Are you sure? |
All reactions
|
it is enabled by default in ESP3DLib V3 the define to disable a feature are: |
All reactions
|
Cannot compile: |
All reactions
|
And I have no issue |
All reactions
|
Th only change I made after unpacking your zip is in platformio.ini If I comment out (for testing) //#define ESP3D_WIFISUPPORT |
All reactions
|
what do you mean by unpacking my zip in platformio.ini? I do not understand my fork has everything enabled for esp3dlib and tinybee , just have to edit configuration.h/configuration_adv.h for your system and select tinybee env in list and choose upload and monitor also did you read the documention for installation configuration I gave you? |
All reactions
|
Ok it means bugfix may have a problem - actually it has one and I put a workaround but I did not put the branch as default |
All reactions
|
I won't recommand to use it in Access point - this mode is more for configuration purpose - I AP the esp will receive too many queries from connected clients |
All reactions
Thanx It works |
All reactions
Ok, usually only one client. And no critical printing when sending via wifi. |
All reactions
|
ok up to you but even one client can overflow the esp with queries - especially microsoft windows os |
All reactions
This discussion was converted from issue #69 on May 03, 2023 12:26.
it is enabled by default in ESP3DLib V3
the define to disable a feature are: