Browse Source

Update version to 1.13.2b

ech1560
Xose Pérez 6 years ago
parent
commit
f827f91c43
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      code/espurna/config/general.h
  2. +1
    -1
      code/espurna/config/version.h

+ 0
- 1
code/espurna/config/general.h View File

@ -1051,7 +1051,6 @@
#define RF_RECEIVE_DELAY 500 // Interval between recieving in ms (avoid debouncing)
#endif
#ifndef RF_RAW_SUPPORT
#define RF_RAW_SUPPORT 0 // RF raw codes require a specific firmware for the EFM8BB1
// https://github.com/rhx/RF-Bridge-EFM8BB1


+ 1
- 1
code/espurna/config/version.h View File

@ -1,5 +1,5 @@
#define APP_NAME "ESPURNA"
#define APP_VERSION "1.13.1"
#define APP_VERSION "1.13.2b"
#define APP_AUTHOR "xose.perez@gmail.com"
#define APP_WEBSITE "http://tinkerman.cat"
#define CFG_VERSION 3

Loading…
Cancel
Save