Skip to content

Commit

Permalink
main.h: increase SENSORBOX_SWVER
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Oct 19, 2024
1 parent 32d298e commit cc18e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sensorbox2_ESP/include/main.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#define SENSORBOX_VERSION 20 // 2 LSB should be 0, as these are WIRE settings
#define SENSORBOX_SWVER 1 // 0 = Original software
#define SENSORBOX_SWVER 2 // 0 = Original software
// 1 = Supports extra modbus registers (Time, IP, Hostname etc)

// 2 = Software version 2.1.0
#define WDT_TIMEOUT 3 // 3 seconds WDT timeout

#define PIN_LED_GREEN 32
Expand Down

0 comments on commit cc18e8c

Please sign in to comment.