Brett Walach
                                            Brett Walach
                                        
                                    You probably don't have mongo set up properly... I know how to set it up on windows... ubuntu, not so much.
TT doesn't allow autobopping anymore... so it's hardcoded out. This bot is good, but there are still a lot of issues with it. I will look at the /slap issue.
It needs this added if(!pText) return; in two spots to the commands.js file ``` javascript { command: 'slap', callback: function (pUser, pText) { if(!pText) return; FindByName(pText, function (sUser) { if(sUser.length...
For the moment I have reverted renaming the files to make viewing changes easier. This is a TODO for me to go back and rename ncp_fw_update.cpp/.h to sara_ncp_fw_update.cpp/.h
The way that SPI is currently pinned out is correct, we do not use the PA4 SS pin in an hardware SPI driven sense. SS is only user controlled as...
Yes, we list out the P1 module pin names... but don't necessarily need to use MICRO_SPI1_SS in a hardware sense, but the DAC1 function of that pin was thought to...
For P1 products, I suppose you could wire up PA4 as your SPI SS pin to be used in code as SPI.begin(DAC) or SPI.begin(A6) or SPI.begin(DAC1), but it would just...
Sometimes objects are really large... and it feels wrong to add them to the documentation copy/paste wise. Julien's example is very succinct so it looks great, but other's might now...
This may change to UDP::status() to match the existing TCPClient::status()
### Related issues: https://github.com/spark/docs/issues/354 https://github.com/spark/docs/issues/452