-
I'm trying to obtain a backtrace for a simple rust program when it panics.
Code:
```rust
fn c() {
panic!("oh no");
}
fn b() {
c();
}
fn a() {
b();
}
fn main() {
…
t-moe updated
5 months ago
-
I must be missing something very simple. But for some reason, the device doesn't seem to boot correctly.
After following the instructions and compiling (with ESPHOME on windows 10) I get a correct …
pflik updated
2 months ago
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate.
- [X] Provided a clear description of your suggestion.
- [X] Included any relevant context or examp…
-
Since this library is no longer supported and since using it is complicated, I started a rewrite that provides drop-in replacements of the relevant modules (e.g. `wifi`, `ssl` and so on) for CircuitPy…
-
Hi!
Tried your battery component on my dev board but it just crashes.
Board: SparkFun Thing Plus - ESP32-C6
My config:
```
i2c:
sda: GPIO6
scl: GPIO7
external_components:
- source…
-
### Answers checklist.
- [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there.
- [X] I have updated my IDF branch …
-
**Describe the problem you have/What new integration you would like**
ESP32-C6 has hardware for two CAN-busses. ESPHome is not cabable to use it
**Please describe your use case for this integr…
-
@username-AL I did not know what is the other way to contact you, so I created issue.
I am trying to pari ESP32-C6-DevKitC-1-N8 to Hubitat. But it is not pairing at all.
Following is output on the …
-
esp_host_fg supports esp32C6 and uses sdio to transfer network data. linux_hosted will support the current version. Will the main adaptation work in esp32c6 mcu?
-
### CircuitPython version
```python
Tested both 9.1.0 beta 3 and 9.0.1
```
### Code/REPL
```python
]0;🐍Wi-Fi: off | REPL | 9.1.0-beta.3\
Adafruit CircuitPython 9.1.0-beta.3 on 2024-05-22; ESP32-C…