Skip to content

Commit e74a843

Browse files
committed
Fixed crash on ESP8266 boards due to PROGMEM usage (issue #1)
1 parent 6f758e8 commit e74a843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define VERSION_MAJOR 1
3131
#define VERSION_MINOR 2
32-
#define VERSION_PATCH 62
32+
#define VERSION_PATCH 63
3333

3434
#define STRING_VALUE(...) STRING_VALUE__(__VA_ARGS__)
3535
#define STRING_VALUE__(...) #__VA_ARGS__

0 commit comments

Comments
 (0)