Remove everything that depended on the now gone twitter APP.
This commit is contained in:
parent
c450887555
commit
e24a50c1b2
9 changed files with 5 additions and 306 deletions
|
@ -89,7 +89,6 @@ PROCESS_THREAD(example_shell_process, ev, data)
|
|||
shell_udpsend_init();
|
||||
shell_vars_init();
|
||||
shell_wget_init();
|
||||
shell_tweet_init();
|
||||
|
||||
PROCESS_END();
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
CONTIKI_PROJECT = sky-webserver
|
||||
all: sky-webserver sky-telnet-server telnet-tweet
|
||||
all: sky-webserver sky-telnet-server telnet
|
||||
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the webserver
|
||||
APPS = webserver twitter telnetd
|
||||
APPS = webserver telnetd
|
||||
CFLAGS = -DWITH_UIP=1 -I.
|
||||
SMALL=1
|
||||
DEFINES=NETSTACK_CONF_RDC=cxmac_driver,NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE=8
|
||||
|
|
|
@ -63,9 +63,6 @@ PROCESS_THREAD(sky_telnetd_process, ev, data)
|
|||
shell_sky_init();
|
||||
shell_text_init();
|
||||
shell_time_init();
|
||||
|
||||
shell_tweet_init();
|
||||
shell_sensortweet_init();
|
||||
|
||||
while(1) {
|
||||
PROCESS_WAIT_EVENT();
|
Loading…
Add table
Add a link
Reference in a new issue