Browse Source

Change CRC error copy in web interface

softuart
Xose Pérez 6 years ago
parent
commit
85b195e27d
3 changed files with 680 additions and 680 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +679
    -679
      code/espurna/static/index.html.gz.h
  3. +1
    -1
      code/html/custom.js

BIN
code/espurna/data/index.html.gz View File


+ 679
- 679
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 1
code/html/custom.js View File

@ -62,7 +62,7 @@ function magnitudeType(type) {
function magnitudeError(error) { function magnitudeError(error) {
var errors = [ var errors = [
"OK", "Out of Range", "Warming Up", "Timeout", "Wrong ID", "OK", "Out of Range", "Warming Up", "Timeout", "Wrong ID",
"CRC Error", "I2C Error", "GPIO Error"
"Data Error", "I2C Error", "GPIO Error"
]; ];
if (0 <= error && error < errors.length) { if (0 <= error && error < errors.length) {
return errors[error]; return errors[error];


Loading…
Cancel
Save