Skip to content

Commit e4de430

Browse files
Merge pull request #1 from espressif/master
Rebase
2 parents c4c946a + e157ec0 commit e4de430

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1134
-231
lines changed

Makefile.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
BOOT_APP_BIN_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
1010
ESPTOOL_ALL_FLASH_ARGS += $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
1111

12-
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1
12+
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1 -DBOARD_HAS_PSRAM
1313

1414
boot-app0:
1515
@echo "Rebooting to APP0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
2828
- [Using PlatformIO](docs/platformio.md)
2929
- [Building with make](docs/make.md)
3030
- [Using as ESP-IDF component](docs/esp-idf_component.md)
31+
- [Using OTAWebUpdater](docs/OTAWebUpdate/OTAWebUpdate.md)
3132

3233
#### Decoding exceptions
3334

0 commit comments

Comments
 (0)