Update code to work on fabricated PCB
This commit is contained in:
@@ -2,32 +2,34 @@
|
||||
|
||||
server:
|
||||
@-cd server ; \
|
||||
platformio run --target upload ; \
|
||||
cd ..
|
||||
platformio run --environment server --target compiledb ; \
|
||||
platformio run --environment server ; \
|
||||
cd ..
|
||||
|
||||
server-log:
|
||||
@-cd server ; \
|
||||
platformio device monitor ; \
|
||||
cd ..
|
||||
platformio device monitor --environment server ; \
|
||||
cd ..
|
||||
|
||||
server-run:
|
||||
server-run: server
|
||||
@-cd server ; \
|
||||
platformio run --target upload && \
|
||||
platformio device monitor ; \
|
||||
cd ..
|
||||
platformio run --environment server --target upload ; \
|
||||
platformio device monitor --environment server ; \
|
||||
cd ..
|
||||
|
||||
client:
|
||||
@-cd client ; \
|
||||
platformio run --target upload ; \
|
||||
cd ..
|
||||
platformio run --environment client --target compiledb ; \
|
||||
platformio run --environment client ;
|
||||
cd ..
|
||||
|
||||
client-log:
|
||||
@-cd client ; \
|
||||
platformio device monitor ; \
|
||||
cd ..
|
||||
platformio device monitor --environment client
|
||||
cd ..
|
||||
|
||||
client-run:
|
||||
client-run: client
|
||||
@-cd client ; \
|
||||
platformio run --target upload && \
|
||||
platformio device monitor ; \
|
||||
cd ..
|
||||
platformio run --environment client --target upload ; \
|
||||
platformio device monitor --environment client
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user