Add settings manager with program flash defaults, random routine, periodic prints with ENERGEST, node-id.
This commit is contained in:
parent
4c4d9aa57c
commit
d2aece89ef
6 changed files with 507 additions and 153 deletions
|
@ -27,3 +27,8 @@ clean:
|
|||
# rm ../../platform/avr-raven/apps/raven-webserver/httpd-fsdata.c
|
||||
rm symbols.c symbols.h webserver6.elf $(OUTFILE).elf $(OUTFILE).hex
|
||||
rm -rf obj_avr-raven
|
||||
|
||||
connect:
|
||||
#Connect to serial debug port for timestamp log (requires PERL).
|
||||
#Change the baud rate and device to agree with your serial connection.
|
||||
../../tools/serial-log.pl -b 57600 -t /dev/com1 -l
|
Loading…
Add table
Add a link
Reference in a new issue