mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-10 18:31:01 +00:00
Check for updates from GitHub and minor changes during testing
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#include "AmsConfiguration.h"
|
||||
|
||||
uint8_t AmsConfiguration::getBoardType() {
|
||||
return config.boardType;
|
||||
}
|
||||
|
||||
void AmsConfiguration::setBoardType(uint8_t boardType) {
|
||||
config.boardType = boardType;
|
||||
}
|
||||
|
||||
char* AmsConfiguration::getWifiSsid() {
|
||||
return config.wifiSsid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user