We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579cba9 commit 06df4fdCopy full SHA for 06df4fd
1 file changed
main.ts
@@ -82,6 +82,7 @@ namespace KittenRadio {
82
//% blockID=radio_changeFreq block="Change frequency|%change"
83
//% weight=60
84
//% group="TEA5767"
85
+ /*
86
export function change_frequency(change: number) {
87
frequency += change
88
if (change >= 0) {
@@ -91,6 +92,7 @@ namespace KittenRadio {
91
92
}
93
update()
94
95
+ */
96
//% blockID=radio_search block="search|%mode|direction %dir|adc %adc"
97
98
@@ -116,7 +118,6 @@ namespace KittenRadio {
116
118
//% blockID=radio_standby block="standby|%mode"
117
119
120
- //% advanced=true
121
export function standby(mode: boolean) {
122
standby_mode = mode
123
0 commit comments