custom firmware mac address

build_flags_template
disabling freeram print
removing CR if no previous thermostat printing
This commit is contained in:
livello
2018-03-23 01:29:21 +03:00
parent bbf944c482
commit 70c31dd0ea
7 changed files with 74 additions and 16 deletions

View File

@@ -25,3 +25,4 @@ void SetAddr(char * out, uint8_t* addr);
uint8_t HEX2DEC(char i);
int getInt(char ** chan);
unsigned long freeRam ();
void parseBytes(const char* str, char separator, byte* bytes, int maxBytes, int base);