X-Git-Url: http://git.smho.de/gw/?p=owTools.git;a=blobdiff_plain;f=src%2FowInterface.h;fp=src%2FowInterface.h;h=664de858dbff638f7d2fd966ea48a673726853d6;hp=415c5dde7860d72f7853c7e218857ee4f0f4c648;hb=1e1dd23068b31b807bc926fe3bb6a8a5ad6d0941;hpb=17ea6dc449cad650a4c783446ab048c12e44c666 diff --git a/src/owInterface.h b/src/owInterface.h index 415c5dd..664de85 100755 --- a/src/owInterface.h +++ b/src/owInterface.h @@ -232,9 +232,9 @@ public: uint16_t calcCRC16(std::vector data); int testCRC16(std::vector data); - void resetFlasher(); - void resetID(); - int programmPage(int pagenr, std::vector page, int pagesize); + void resetFlasher(uint64_t id); + void resetID(uint64_t id); + int programmPage(uint64_t id,int pagenr, std::vector page, int pagesize); int flashHEXFile(std::string filename,snum_t dev,int resetid,int progress);