Skip to content

Commit

Permalink
Fix invertfanpolarity NVS key too long
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wilson committed Nov 21, 2023
1 parent 3df0b68 commit 308991f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.cvs.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ asicmodel,data,string,BM1366
devicemodel,data,string,ultra
boardversion,data,string,0.11
flipscreen,data,u16,1
invertfanpolarity,data,u16,1
invertfanpol,data,u16,1
autofanspeed,data,u16,1
fanspeed,data,u16,100
2 changes: 1 addition & 1 deletion main/nvs_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define NVS_CONFIG_BOARD_VERSION "boardversion"
#define NVS_CONFIG_FLIP_SCREEN "flipscreen"
#define NVS_CONFIG_INVERT_SCREEN "invertscreen"
#define NVS_CONFIG_INVERT_FAN_POLARITY "invertfanpolarity"
#define NVS_CONFIG_INVERT_FAN_POLARITY "invertfanpol"
#define NVS_CONFIG_AUTO_FAN_SPEED "autofanspeed"
#define NVS_CONFIG_FAN_SPEED "fanspeed"
#define NVS_CONFIG_BEST_DIFF "bestdiff"
Expand Down

0 comments on commit 308991f

Please sign in to comment.