Skip to content

Commit

Permalink
lang: 마빗 온도값 블럭 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnks2U committed Nov 21, 2024
1 parent 5d2d211 commit 21e99ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/playground/blocks/hardware/block_microbit2.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Entry.Microbit2 = new (class Microbit2 {
microbit2_get_direction: '나침반 방향',
microbit2_get_field_strength_axis: '%1 의 자기장 세기 값',
microbit2_get_light_level: '빛 센서 값',
microbit2_get_temperature: '온도',
microbit2_get_temperature: '온도',
microbit2_get_sound_level: '마이크 소리 크기 값',
microbit2_set_servo: '핀 %1 에 서보 모터 각도를 %2 로 정하기 %3',
microbit2_set_pwm: '핀 %1 에 서보 펄스 폭을 %2 %3초로 정하기 %4',
Expand Down
2 changes: 1 addition & 1 deletion src/playground/blocks/hardwareLite/block_microbit2_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ const EVENT_INTERVAL = 150;
microbit2lite_get_direction: '나침반 방향',
microbit2lite_get_field_strength_axis: '%1 의 자기장 세기 값',
microbit2lite_get_light_level: '빛 센서 값',
microbit2lite_get_temperature: '온도',
microbit2lite_get_temperature: '온도',
microbit2lite_get_sound_level: '마이크 소리 크기 값',
microbit2lite_set_servo: '핀 %1 에 서보 모터 각도를 %2 로 정하기 %3',
microbit2lite_set_pwm: '핀 %1 에 서보 펄스 폭을 %2 %3초로 정하기 %4',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ const convertPresetImageToLedState = (preset) => {
microbit2blelite_get_direction: '나침반 방향',
microbit2blelite_get_field_strength_axis: '%1 의 자기장 세기 값',
microbit2blelite_get_light_level: '빛 센서 값',
microbit2blelite_get_temperature: '온도',
microbit2blelite_get_temperature: '온도',
microbit2blelite_get_sound_level: '마이크 소리 크기 값',
microbit2blelite_set_servo: '핀 %1 에 서보 모터 각도를 %2 로 정하기 %3',
microbit2blelite_set_pwm: '핀 %1 에 서보 펄스 폭을 %2 %3초로 정하기 %4',
Expand Down

0 comments on commit 21e99ab

Please sign in to comment.