shownb

Results 9 issues of shownb

**software:** the newest Micropython ESPIDF_SUPHASH_V3 := 143d26aa49df524e10fb8e41a71d12e731b9b71d esp32-camera: https://github.com/tsaarni/esp32-camera-for-micropython (can not use newest esp32-camera from Espressif) **hardware:** TTGO Camera Plus 8M spi ram. if I complied the Micropython like that:...

```arduino int8_t col_pins[] = { 1, 2, 4, 6 }; void setup() { Serial.begin(115200); for (int8_t pin : col_pins) { pinMode(pin, INPUT_PULLUP); } } void loop() { for (int8_t col...

```bash #!/bin/sh echo "Please input sdcard device name, (e.g. )" read sdcard if [[ -z "$sdcard" ]]; then echo "Invalid device name!" exit 1 fi fdisk /dev/${sdcard} < fdisk.part mkfs.fat...

runs in a esp32 chip. all the pin connect nothing. but show this. tried difference kinds of esp32. ![_2022-05-06_00-28-16](https://user-images.githubusercontent.com/2890741/166975146-32d7bba9-dd96-42ce-8ae8-95246d1cf3cc.png)

1 On my Android device, I can see: Settings -> Security -> Trusted Credentials show the new “Portswigger CA” as a system trusted CA. 2 If I'm not running Nope-Proxy,...

请问有完整的吗?我也是go爱好者,也爱好嵌入式,但写界面貌似go没太多选择了。