Skip to content

Commit

Permalink
Update Defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Oct 28, 2022
1 parent f7d7253 commit c1c1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/ESP32/PylonToMQTT/include/Defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#pragma once

#define CONFIG_VERSION "V1.2.1" // major.minor.build (major or minor will invalidate the configuration)
#define CONFIG_VERSION "V1.2.2" // major.minor.build (major or minor will invalidate the configuration)
#define HOME_ASSISTANT_PREFIX "homeassistant" // MQTT prefix used in autodiscovery
#define STR_LEN 255 // general string buffer size
#define CONFIG_LEN 32 // configuration string buffer size
Expand Down

0 comments on commit c1c1f78

Please sign in to comment.