-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #2877
Conversation
*Total -- 164.15kb -> 147.54kb (10.12%) /images/loading.gif -- 11.43kb -> 4.58kb (59.9%) /images/hw_lite/arduinolite.png -- 23.16kb -> 16.06kb (30.66%) /images/dcmotor_on.svg -- 0.56kb -> 0.49kb (11.6%) /images/dcmotor.svg -- 0.56kb -> 0.50kb (11.42%) /images/melody_on.svg -- 0.38kb -> 0.35kb (9.9%) /images/melody.svg -- 0.39kb -> 0.35kb (9.82%) /images/entry_scroll_02.svg -- 0.36kb -> 0.33kb (8.22%) /images/workspace_sound_play.svg -- 0.44kb -> 0.41kb (6.67%) /images/diode_on.svg -- 0.63kb -> 0.59kb (6.02%) /images/diode.svg -- 0.64kb -> 0.60kb (5.99%) /images/minimize/grid.svg -- 0.55kb -> 0.52kb (5.37%) /images/sensor_on.svg -- 0.64kb -> 0.61kb (4.58%) /images/sensor.svg -- 0.65kb -> 0.62kb (4.54%) /images/question_in_round.svg -- 0.91kb -> 0.88kb (3.24%) /images/minimize/restart.svg -- 0.32kb -> 0.31kb (2.14%) /images/minimize/pause.svg -- 0.33kb -> 0.32kb (2.09%) /images/hw_lite/whalesbotlite.png -- 122.22kb -> 120.03kb (1.8%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Issue/8810
이슈 8773 처리
이슈 8866 처리
led 모양까지 작업
Add new Hardware (IOT SmartFarm) blocks
change workflow, start when hit when-run button
로보링크 주미 미니 블록 수정
로봇아이 AI 블록 문구 수정
이슈 8891 처리
[ImgBot] Optimize images
issue/8906
[4.42.1][하드웨어] Develop hw
@@ -1421,7 +1421,7 @@ Entry.BlockView = class BlockView { | |||
const { block, isInBlockMenu, copyable } = blockView; | |||
const { options: EntryOptions = {} } = Entry; | |||
const { | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks }, | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1421,7 +1421,7 @@ | |||
const { block, isInBlockMenu, copyable } = blockView; | |||
const { options: EntryOptions = {} } = Entry; | |||
const { | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks }, | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1421,7 +1421,7 @@ | |||
const { block, isInBlockMenu, copyable } = blockView; | |||
const { options: EntryOptions = {} } = Entry; | |||
const { | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks }, | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1421,7 +1421,7 @@ | |||
const { block, isInBlockMenu, copyable } = blockView; | |||
const { options: EntryOptions = {} } = Entry; | |||
const { | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks }, | |||
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microbit2lite_set_digital: | ||
'Writes a digital signal to the pin you choose. (0 ~ 1)', | ||
microbit2lite_screen_toggle: 'Turns on or turns off the LED screen.', | ||
microbit2lite_set_led: | ||
'Turns on the LED light of the entered X, Y coordinate with the selected brightness.', | ||
'Lights the selected LED with X and Y coordinates to the selected brightness.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microbit2lite_show_custom_image: | ||
'Shows the selected LED and brightness. You can manipulate all the LEDs at once.', | ||
'Lights the selected LED and brightness. You can set all the LEDs at once.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microbit2blelite_set_digital: | ||
'Writes a digital signal to the pin you choose. (0 ~ 1)', | ||
microbit2blelite_screen_toggle: 'Turns on or turns off the LED screen.', | ||
microbit2blelite_set_led: | ||
'Turns on the LED light of the entered X, Y coordinate with the selected brightness.', | ||
'Lights the selected LED with X and Y coordinates to the selected brightness.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microbit2blelite_show_custom_image: | ||
'Shows the selected LED and brightness. You can manipulate all the LEDs at once.', | ||
'Lights the selected LED and brightness. You can set all the LEDs at once.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -7210,7 +7220,7 @@ let camera_id_for_use = 0; | |||
let data_address = 4005; // block | |||
let detect_type = script.getNumberValue('DETECT_TYPE'); | |||
|
|||
if (detect_type == 5) { | |||
if (detect_type == 6) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.42.1