Skip to content

Conversation

@Tnks2U
Copy link
Collaborator

@Tnks2U Tnks2U commented Nov 26, 2024

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.

@Tnks2U Tnks2U merged commit e23a62c into develop Nov 26, 2024
4 checks passed
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.

7 participants