Nick Bolton
Nick Bolton
Oops, I meant virtual pin values (not settings). Edited.
I have about 50 or so virtual pins on the device, and I need to reset them all to default. Right now, the only workaround is to either use the...
Ok, good idea. I didn't consider that. Is there a way to retrieve the default value for a virtual pin from the Blynk server? Or, would it be better to...
> Just to clarify - what you need is actually action "Reset virtual pins to default", something like that, right? Yes a "Reset virtual pins to default" server-side action would...
Ok, I created a new project, and still no luck. Now, I'm seeing this error...  Edit: Rebooting solved this, seems that the PIO service may have crashed?
I think I found a possible cause. Perhaps my dir structure was confusing PIO? My PIO project was in a subfolder called `firmware` (I tend to have two top level...
Update: I moved the contents back into `firmware`, and PIO is once again loading with the dir structure that was briefly not working, so by changing the paths, perhaps I...
I added some more reaction emojis to the issue ❤️ 👀
> ```json > "command": "cd ../../ && nx serve ${input:selectProject}", > "cwd": "${workspaceFolder}/apps/${input:selectProject}" > ``` This `cwd`/`cd` trick did it for me. Now my breakpoints work. How strange!  Before...
Judging by this ticket, looks like Slack API is not supported on Cloudflare Workers. Here's the error I get: ``` X [ERROR] Could not resolve "querystring" ../../node_modules/@slack/web-api/dist/WebClient.js:49:30: 49 │ const...