Merge branch 'main' of github.com:UtilitechAS/amsreader-firmware

This commit is contained in:
Gunnar Skjold 2025-01-27 16:08:02 +01:00
commit c771870e3e
2 changed files with 2085 additions and 374 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2330,7 +2330,7 @@ void AmsWebServer::configFileDownload() {
if(pc.size() > 0) {
for(uint8_t i = 0; i < pc.size(); i++) {
PriceConfig& p = pc.at(i);
char direction[6] = "";
char direction[7] = "";
switch(p.direction) {
case PRICE_DIRECTION_IMPORT:
strcpy_P(direction, PSTR("import"));