Philip Gladstone
Philip Gladstone
It turns out that if a request is not mocked, then it is passed through to the original destination URL. However, the proxying code requires that the destination server close...
Fixes #3534. - [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well...
Fixes #3526. - [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well...
### Expected behavior Can build with RMT ### Actual behavior The RMT device is not present on an ESP32-C3
### Missing feature There are some poorly designed ESP32-C3 boards that need to have the maximum transit power of the wifi limited to 8.5dBm. ### Justification Allows the use of...
I just received one of the ESP32-C3 demo boards and so I thought that I'd get my feet wet with the nodemcu/esp32 code. However, it looks as though the version...
### Missing feature If you are using the USB CDC device in the ESP32-C3 for the console, then it doesn't work. This feature would add support for using the CDC...
Fixes #. - [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well...
One of the nice things about nodemcu-firmware is that it allows you to build small apps very easily with just esplorer/similar. You build an image with the cloud builder, flash...
### Expected behavior The platform does not run out of memory ### Actual behavior It does (sometimes) on the `dev` branch. It appears that the GC mode we are currently...