-
Couldn't load subscription status.
- Fork 34
Description
Describe the bug
This morning, I suxceeded in generating and compiling the code with the Raspberry Pi Pico extension for VS Code, using the picow_ble_temp_reader example:
- I flashed the server code on one Raspberry Pico Pi 2 W
- I flashed the client code on another Raspberry Pico Pi 2 W (manually adding the UART-trough-USB functionality)
The bluetooth system worked perfectly.
This evening, I repeated the same procedure after updating the Raspberry Pi Pico extension.
No way.
Now the code generator doesn't work.
It generates a totally different project structure and it doesn't compile anymore.
Please see attached file:
01_picow_ble_temp_reader_OK.zip
02_picow_ble_temp_reader_NOT WORKING.zip
Am I missing something?
Is this a bug of the Raspberry Pi Pico 2 W Extension?
If yes, i there a workaround to fix this problem?
Extension Logs
None
To Reproduce
Steps to reproduce the behavior:
- Go to 'Raspberry Pi Pico Project' extension
- Click on 'New Project From Example'
- Select name 'picow_ble_temp_reader'
- Select board type 'Pico W 2'
- Click on 'Compile project'
- See error: 'btstack_config_common.h: No such file or directory'
- OS: I'm running VS Code on MacOS
- Architecture: Chip Apple M4
- Compile Target: Raspberry Pi Pico 2 W
Additional context
None