David Ferguson
David Ferguson
Sure, that's a great idea for a new block. I have setup WiFi hotspots on my Pi before - although it was a few months ago so I'll have to...
Thanks - I'll look into it.
> From what little I know of pibakery, that's the way it should work (although probably not necessary to cover every raspi-config option?) That's right, and I agree that not...
If you're talking about how the blocks are viewed in Blockly, there is a way for me to set the order that blocks are displayed in each category in Blockly,...
I've added in blocks for Set SPI and Set I2C - any other suggestions from raspi-config?
As soon as I've had time to test and check this block over (probably Wednesday) I'll merge this request. Thanks for contributing to PiBakery!
Would you be able to give an example of how to use this block, as I can't seem to get it to work myself. - When I use the server...
As soon as I've had time to test and check this block over (probably Wednesday) I'll merge this request. Thanks for contributing to PiBakery!
The import/export code is almost exclusively handled by Blockly, and although it sometimes produces odd results, they usually work (as you pointed out).
At the moment, each block acts independently of all the other blocks, so you can't pipe output from one into another. The only way to do something like this would...