tsctrl

Results 61 comments of tsctrl

hi @Edzelf , any update on this? love the usb and sd playback feature in v1.

i actually have the same issue. i run the arduino sketch to set the preference. in v1 it set the value. in v2 it is not. after run the sketch,...

@wa8lbz , that issue shows if you install vs with client installer. need host installer to work with pio. and not related to the wifi issue @Lesior you need to...

i guess antenna is not an issue, just flash space and memory constraints. but i have run both bt and wifi together with 4mb flash it is possible with memory...

probably adding the where a2d chunk from bt to be feed to the i2s is something that mostly valueable and to have that to work. i did not understand those...

hi @alirana01 , this issue was not resolve. adding variable in c++ env will set global variable for all build and not for specific run build. your suggestion was not...

i tried, added the variable in the additional cmake arguments but it will be the shared same value for all run build, so this approach also does not solve this...

the objective is to have different env val for different run build. say, run build esp32-foo1 is to build with config variable FOO=1 run build esp32-foo2 is to build with...

hi @kolipakakondal i have done as above but the additional cmake arguments will always be the same for all run configuration. let say i change the cmake additional configuration in...