Skip to content

Commit

Permalink
Обновить levelings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
THEb0nny committed May 23, 2024
1 parent 8cee3df commit cf28563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions levelings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace levelings {
//% inlineInputMode="inline"
//% expandableArgumentMode="enabled"
//% debug.shadow="toggleOnOff"
//% params.shadow="EmptyLineAlignmentParams"
//% params.shadow="LineAlignmentEmptyParams"
//% weight="99"
//% group="Линия"
export function LineAlignment(lineLocation: VerticalLineLocation, regulatorTime: number, recalibrate: boolean = false, params?: params.LineAlignmentInterface, debug: boolean = false) {
Expand Down Expand Up @@ -149,7 +149,7 @@ namespace levelings {
//% inlineInputMode="inline"
//% expandableArgumentMode="enabled"
//% debug.shadow="toggleOnOff"
//% params.shadow="EmptyLineAlignmentParams"
//% params.shadow="LineAlignmentEmptyParams"
//% weight="98"
//% group="Линия"
export function LinePositioning(regTime: number, params?: params.LinePositioningInterface, debug: boolean = false) {
Expand Down

0 comments on commit cf28563

Please sign in to comment.