fix flash_64kb error. debugSerial in Item.cpp

This commit is contained in:
livello
2018-11-07 13:49:30 +03:00
parent 9ea9ad8698
commit 23f2e60079
3 changed files with 15 additions and 31 deletions

View File

@@ -112,7 +112,7 @@ class Item
//int getVal(short n); //From VAL array. Negative if no array
long int getVal(); //From int val OR array
uint8_t getCmd(bool ext = false);
void setCmd(uint8_t cmd);
void setCmd(uint8_t cmdValue);
//void setVal(uint8_t n, int par);
void setVal(long int par);
//void copyPar (aJsonObject *itemV);