esp32
Here are 5,622 public repositories matching this topic...
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 15, 2022 - Python
-
Updated
Apr 8, 2022 - C++
-
Updated
Apr 15, 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
Apr 14, 2022 - C++
-
Updated
Apr 11, 2022 - C
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 14, 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
Apr 15, 2022 - C
-
Updated
Apr 13, 2022 - C++
-
Updated
Apr 16, 2022 - C++
-
Updated
Apr 13, 2022 - C++
-
Updated
Apr 13, 2022 - C
-
Updated
Feb 14, 2022 - C++
-
Updated
Apr 5, 2022 - C++
When a tag is made binaries should be automatically published as part of the release.
Binaries for the following targets should be built:
- x86
- x86_64
- armv4
- armv6 (for raspbian)
- armv7h
- aarch64
- RISC-V
- mips(el)
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