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:
Me No Dev
2019-01-09 19:31:46 +01:00
committed by GitHub
parent 452c27a74a
commit fa61b3bffe
106 changed files with 2794 additions and 276 deletions

View File

@ -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);
}