Removed the debug and sniff commands to make code size smaller so that the compiled binary fits in ROM
This commit is contained in:
parent
81786900f2
commit
617eae6ca1
2 changed files with 31 additions and 23 deletions
|
@ -6,7 +6,7 @@ CONTIKI = ../..
|
|||
|
||||
jcreate-blink:
|
||||
(echo; sleep 4; echo "~K"; sleep 4; \
|
||||
echo "repeat 0 0 { acc 1 | leds } &"; sleep 4) | make login
|
||||
echo "repeat 0 0 { acc | leds 1 } &"; sleep 4) | make login
|
||||
|
||||
%.shell-upload: %.ce
|
||||
(echo; sleep 4; echo "~K"; sleep 4; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue