[BUG] Bad Code for Wi-Fi in firmware #406
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
The code related to the SERIAL_PORT_2 is different from the wiki, is normal?
Steps to Reproduce
Check the code
Expected behavior:
Should be:
#define SERIAL_PORT_2 2
#define BAUDRATE_2 500000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
Actual behavior:
Now is:
#define SERIAL_PORT_2 -1
#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
Additional Information
None....
@wes1993
You are absolutely right. Some changes made when updating to the Marlin upstream version have overwritten these values.
Yep, sorry for that.
Both lines are commented out by default, i.e. don't have any effect on the outcome, so I didn't care about them here.
c9f1b91bbe/Marlin/Configuration.h (L214-L215)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.