File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blocklyprop-solo" ,
3
- "version" : " 1.5.3 " ,
3
+ "version" : " 1.5.4 " ,
4
4
"description" : " A simplified implementation of Google's Blockly project configured to support Parallax robots and sensors." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ Blockly.propc.string_sprint_multiple = Blockly.propc.console_print_multiple;
57
57
Blockly . propc . fb360_set = Blockly . propc . fb360_setup ;
58
58
59
59
/* OLED */
60
+ Blockly . Blocks . oled_get_max_width = Blockly . Blocks . oled_get_max_height ;
61
+ Blockly . propc . oled_get_max_width = Blockly . propc . oled_get_max_height ;
62
+
60
63
Blockly . propc . oled_print_multiple = Blockly . propc . console_print_multiple ;
61
64
62
65
/* E-PAPER */
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const EnableSentry = true;
44
44
* {b#} is the beta release number.
45
45
* {rc#} is the release candidate number.
46
46
*/
47
- export const APP_VERSION = '1.5.3 ' ;
47
+ export const APP_VERSION = '1.5.4 ' ;
48
48
49
49
/**
50
50
* Constant string that represents the base, empty project header
You can’t perform that action at this time.
0 commit comments