mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Remove Bridge/front end split
as can listen 2 ports can do both together no need to split - so remove settings and pin
This commit is contained in:
@@ -50,8 +50,6 @@ void setup() {
|
||||
//check if reset config is requested
|
||||
pinMode(RESET_CONFIG_PIN, INPUT);
|
||||
if (digitalRead(RESET_CONFIG_PIN)==0)breset_config=true;//if requested =>reset settings
|
||||
//now setup interrupt loop pin for input
|
||||
pinMode(INTERRUPT_PIN, INPUT);
|
||||
//default baud rate
|
||||
word baud_rate;
|
||||
char sbuf[7];
|
||||
|
||||
Reference in New Issue
Block a user