Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Dec 27, 2024
1 parent 3f041d9 commit 98eee47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions BSB_LAN/BSB_LAN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
#define PRINT_ONLY_VALUE_LINE 16
#define PRINT_ENUM_AS_DT_BITS 32

#define CF_LOGMODE_SD_CARD 1
#define CF_LOGMODE_24AVG 2
#define CF_LOGMODE_MQTT 4
#define CF_LOGMODE_MQTT_ONLY_LOG_PARAMS 8
#define CF_LOGMODE_UDP 16

#define LAN 0
#define WLAN 1
#define SDCARD 0
Expand Down
6 changes: 0 additions & 6 deletions BSB_LAN/BSB_LAN_EEPROMconfig.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#define CF_LOGMODE_SD_CARD 1
#define CF_LOGMODE_24AVG 2
#define CF_LOGMODE_MQTT 4
#define CF_LOGMODE_MQTT_ONLY_LOG_PARAMS 8
#define CF_LOGMODE_UDP 16

typedef enum{
// Version 0 (header + PPS values + space for MAX! devices)
CF_USEEEPROM, //Size: 1 byte. 0x96 - read config from EEPROM. Other values - read predefined values from BSB_lan_config
Expand Down

0 comments on commit 98eee47

Please sign in to comment.