First version that compiles with new file layout.
Had to make many changes to get it to compile across many files, including removing the LOCAL specifier from almost all functions. Edited the Makefile to compile all three files and link them. Haven't tested on hardware yet, that's the next step. Lots of small changes to avoid warnings, now that I have turned -Wall on. This makes the code a bit "better". Signed-off-by: A.M. Rowsell <amrowsell@frozenelectronics.ca>
This commit is contained in:
parent
1cd8191682
commit
48702bf328
7 changed files with 124 additions and 72 deletions
3
main.h
3
main.h
|
@ -1,5 +1,4 @@
|
|||
#include "mqtt.h"
|
||||
#include "onewire.h"
|
||||
#include "os_type.h"
|
||||
|
||||
LOCAL void ICACHE_FLASH_ATTR con(void *arg);
|
||||
LOCAL void ICACHE_FLASH_ATTR pub(void *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue