File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 "type" : " git" ,
1212 "url" : " https://github.com/GOB52/gob_unifiedButton.git"
1313 },
14- "version" : " 0.1.2 " ,
14+ "version" : " 0.1.3 " ,
1515 "headers" : " gob_unifiedButton.hpp" ,
1616 "license" : " MIT" ,
1717 "platforms" : " espressif32" ,
1818 "frameworks" : " arduino" ,
1919 "dependencies" : {
2020 "m5stack/M5Unified" : " ^0.1.13"
2121 }
22- }
22+ }
Original file line number Diff line number Diff line change 11name =gob_unifiedButton
2- version =0.1.2
2+ version =0.1.3
33author =GOB
44maintainer =GOB
55sentence =Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)
6- paragraph =
6+ paragraph =M5Stack CoreS3
77category =Other
88url =https://github.com/GOB52/gob_unifiedButton.git
99architectures =esp32,esp32s3
Original file line number Diff line number Diff line change 33
44#define GOBLIB_UNIFIED_BUTTON_VERSION_MAJOR 0
55#define GOBLIB_UNIFIED_BUTTON_VERSION_MINOR 1
6- #define GOBLIB_UNIFIED_BUTTON_VERSION_PATCH 2
6+ #define GOBLIB_UNIFIED_BUTTON_VERSION_PATCH 3
77
88#define GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY_AGAIN (x ) #x
99#define GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY (x ) GOBLIB_UNIFIED_BUTTON_VERSION_STRINGIFY_AGAIN(x)
You can’t perform that action at this time.
0 commit comments