shownb
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. 
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,...
./awtk.go:6238:66: cannot use _Ctype_int(value) (type _Ctype_int) as type _Ctype_float in assignment
另外请问,这个可以交叉编译到arm平台运行么
thank you.
请问有完整的吗?我也是go爱好者,也爱好嵌入式,但写界面貌似go没太多选择了。