esp32
Here are 5,773 public repositories matching this topic...
-
Updated
May 11, 2022 - C++
-
Updated
May 15, 2022 - Python
-
Updated
Apr 27, 2022 - C++
-
Updated
May 15, 2022 - C++
-
Updated
May 13, 2022 - C++
-
Updated
Apr 11, 2022 - C
-
Updated
May 13, 2022 - C++
-
Updated
May 10, 2022 - C
-
Updated
May 15, 2022 - C
A setting/proto for the device hotspot to be hidden (hidden ssid, stop broadcasting ssid/respond to probe requests), with this the only way to connect to the hotspot is to enter it's name (and password?) manually either by knowing the mac address or by reading the AP name on the screen
-
Updated
May 11, 2022 - C++
-
Updated
May 12, 2022 - C
-
Updated
Apr 13, 2022 - C++
-
Updated
Feb 14, 2022 - C++
-
Updated
May 9, 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.
-
Updated
Apr 28, 2022 - C
-
Updated
May 11, 2022 - C++
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