mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-12 00:02:53 +00:00
Merge branch 'main' of github.com:UtilitechAS/amsreader-firmware
This commit is contained in:
commit
c771870e3e
2457
lib/SvelteUi/app/package-lock.json
generated
2457
lib/SvelteUi/app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user