mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-09 20:38:56 +00:00
Prep for KMP
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ platformio-user.ini
|
||||
node_modules
|
||||
/gui/dist
|
||||
/scripts/*dev
|
||||
/src/KmpCommunicator.cpp
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
#include "KmpCommunicator.h"
|
||||
|
||||
KmpCommunicator::KmpCommunicator(RemoteDebug* debugger) {}
|
||||
void KmpCommunicator::configure(MeterConfig& config, Timezone* tz) {}
|
||||
bool KmpCommunicator::loop() { return false; }
|
||||
AmsData* KmpCommunicator::getData(AmsData& meterState) { return NULL; }
|
||||
int KmpCommunicator::getLastError() { return 0; }
|
||||
bool KmpCommunicator::isConfigChanged() { return false; }
|
||||
void KmpCommunicator::getCurrentConfig(MeterConfig& meterConfig) {}
|
||||
|
||||
HardwareSerial* KmpCommunicator::getHwSerial() { return NULL; }
|
||||
void KmpCommunicator::rxerr(int err) {}
|
||||
Reference in New Issue
Block a user