Skip to content

Conversation

@leunge
Copy link
Contributor

@leunge leunge commented Nov 27, 2024

ImgBotApp and others added 30 commits September 3, 2024 23:15
*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>
led 모양까지 작업
Add new Hardware (IOT SmartFarm) blocks
change workflow, start when hit when-run button
로보링크 주미 미니 블록 수정
로봇아이 AI 블록 문구 수정
@leunge leunge merged commit 92d7c1f into master Nov 27, 2024
2 checks passed
const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'Duplication_option' is not in camel case.

const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'CONTEXT_COPY_option' is not in camel case.

const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'cut_blocks' is not in camel case.

const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'Delete_Blocks' is not in camel case.

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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 107. Maximum allowed is 100.

'Lights the selected icon on the LED screen.',
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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 104. Maximum allowed is 100.

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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 107. Maximum allowed is 100.

'Lights the selected icon on the LED screen.',
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.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 104. Maximum allowed is 100.

let detect_type = script.getNumberValue('DETECT_TYPE');

if (detect_type == 5) {
if (detect_type == 6) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'detect_type' is not in camel case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants