diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index 552f400..947d178 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -#SERIAL_PORT=/dev/tty.SLAB_USBtoUART -SERIAL_PORT=/dev/tty.wchusbserial1410 +SERIAL_PORT=/dev/tty.SLAB_USBtoUART +#SERIAL_PORT=/dev/tty.wchusbserial1410 #SERIAL_PORT=/dev/ttyUSB0 all: flash delay libs config update reset diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/boot.py b/boot.py old mode 100644 new mode 100755 diff --git a/hal.py b/hal.py old mode 100644 new mode 100755 index 22003e4..26026f6 --- a/hal.py +++ b/hal.py @@ -32,7 +32,7 @@ class Sumorobot(object): self.pwm_right = PWM(Pin(4), freq=50, duty=0) # Bottom status LED - self.status_led = Pin(22, Pin.OUT) + self.status_led = Pin(5, Pin.OUT) # Bottom status LED is in reverse polarity self.status_led.value(1) # Sensor LEDs diff --git a/main.py b/main.py old mode 100644 new mode 100755 diff --git a/uwebsockets.py b/uwebsockets.py old mode 100644 new mode 100755