Greg
Greg
The recent change to the calling sequence for the function 'ws_socket(struct ws_server *ws_srv)' causes problems if the 'ws_server' structure is in the stack of the calling function and the function...
OpenWeather's One Call 3.0 API changed element "timezone_offset" to "timezone". The changes to OpenWeather.cpp are: 62,62c61,62 < String url = "https://api.openweathermap.org/data/3.0/onecall?lat=" + latitude + "&lon=" + longitude + "&exclude=minutely" +...
Using Arduino 2.3.3, the largest File System size for the Raspberry Pico W is 1MB. The 'data' directory files overflow this size. I removed the 'unknown.bmp' to allow the files...
I use a PIO to receive DMX data. I use DMA channel 0. In Processors/TFT_eSPI_RP2040.c, in dmaWait(), line 597, while (dma_channel_is_busy(dma_tx_channel)); waits forever if the PIO does not receive DMX...