JCWren

Results 17 issues of JCWren

Feature request: On the Gateways->(gateway name)->GATEWAY DISCOVERY tab, when no gateways have yet been heard, the following text is displayed: >No gateway discovery data is available (yet). This could mean:...

enhancement

Installed all the perquisite packages, but it's unhappy trying to link against librtlsdr. Not sure why, it's there, `ldconfig` knows about it. This is on an RPi 4 with the...

The current selection of period options (1 hour, 6 hours, etc) are adequate for short flights, but with some balloons staying up a month or more (or in the case...

OpenSCAD 2021.12.07 fails to start on Windows 7 64-bit with an error message of "The procedure entry point CreateEventA could not be located in the dynamic link library api-ms-win-core-synch-l1-2-0.dll". ![image](https://user-images.githubusercontent.com/529578/145444454-dfb05887-217f-4d0b-923e-67caba260e30.png)

I have a board with a 16MB flash on it. When I configured SPIFFS way back when I declared `spiffs_obj_id` as a `uint16_t`. The system has been working well enough...

I was recently reevaluating a project for much cache to use, and I'm finding conflicting ways of allocating the cache buffer, as far as how much space is needed. In...

I have a file system I created a handful of files in. I have 4 file descriptors available. On the 5th call to SPIFFS_remove(), I get SPIFFS_ERR_OUT_OF_FILE_DESCS (-10007). Looking at...

In the code sample below, taken from the Integration page on the wiki, ``` #define LOG_PAGE_SIZE 256 static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2]; static u8_t spiffs_fds[32*4]; static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4]; ``` could the magic...

Possible enhancement for sometime down the road: Add a check when the file system is first mounted that SPIFFS_CFG_PHYS_ADDR is aligned to a SPIFFS_CFG_PHYS_ERASE_SZ boundary. Purely my fault, I ended...

Using the v1.1 Windows binary, after flashing a device (using the 'Release 8.2.0' radio button), if I go to 'Send config', the options are grayed out. How does one send...

enhancement