forked from espressif/arduino-esp32
Update IDF to e931fe9 and add esp-face (#2291)
* Update IDF to e931fe9 and add esp-face * Fix PIO builds fail because of sketch size * Fix example build failing for Arduino
This commit is contained in:
@ -124,7 +124,7 @@ void setup() {
|
||||
|
||||
//drop down frame size for higher initial frame rate
|
||||
sensor_t * s = esp_camera_sensor_get();
|
||||
s->set_framesize(s, FRAMESIZE_CIF);
|
||||
s->set_framesize(s, FRAMESIZE_QVGA);
|
||||
|
||||
WiFi.begin(ssid, password);
|
||||
|
||||
@ -144,5 +144,5 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
delay(10000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user