esp32
Here are 5,952 public repositories matching this topic...
-
Updated
Jun 22, 2022 - C++
-
Updated
Jun 22, 2022 - Python
-
Updated
Jun 24, 2022 - C++
-
Updated
Jun 24, 2022 - C++
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()
blocks if there is no internet connection on the network and connecting to a local server via SSL.
According to my investigation, `BlynkArduinoClientSecure::conn
-
Updated
Jun 21, 2022 - C++
-
Updated
Jun 19, 2022 - C
-
Updated
Jun 24, 2022 - C++
-
Updated
Jun 18, 2022 - C
-
Updated
Jun 23, 2022 - C
So we can get information from the field to see if there are errors occuring that we don't know about.
This would be done by calling recordCriticalError() from setup() based on reading the reset error reason. Preferably with the address of the fault also.
-
Updated
Jun 22, 2022 - C++
-
Updated
Jun 22, 2022 - C++
-
Updated
May 17, 2022 - C
-
Updated
Apr 13, 2022 - C++
-
Updated
Feb 14, 2022 - C++
-
Updated
Jun 3, 2022 - C++
The necessary headers for SNTP support are not included by network_driver.c and the related functions are disabled by macros for ESP-IDF v4. This feature should be enabled since our code base is moving to ESP-IDF v4.
Improve this page
Add a description, image, and links to the esp32 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esp32 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
I use POWER_LOSS_RECOVERY (along with NOZZLE_PARK_FEATURE) to save the current job state on the SD card. That way, I can turn off my printer overnight and resume the next day, for obvious safety concerns.
I noticed this m