mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #137] [CLOSED] New Hardware profile for AP #2085
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/137
Author: @DeltaCore
Created: 9/24/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
84acf61Added new profile for PoE-APb6dbe72Merge branch 'jjwbruijn:master' into master7a35d14Removed not needed macrob8949e2Wrong copy pastafd67fa9Restored formattinge2c284cUpdated www filese6ead46fixed include and sdkconfig5acc0eeRevert "Updated www files"f5017dcundo changes in main.js.gz and web.cpp to prevent conflict📊 Changes
12 files changed (+114 additions, -1869 deletions)
View changed files
📝
.gitignore(+2 -0)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/.gitignore(+1 -0)➕
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/Kconfig.projbuild(+30 -0)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.c(+2 -4)📝
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/main/second_uart.h(+14 -0)➖
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig(+0 -1860)➕
ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/sdkconfig.defaults(+8 -0)➕
ESP32_AP-Flasher/16MB_partition_table.csv(+7 -0)📝
ESP32_AP-Flasher/data/www/main.js.gz(+0 -0)📝
ESP32_AP-Flasher/include/storage.h(+1 -3)📝
ESP32_AP-Flasher/platformio.ini(+47 -0)📝
ESP32_AP-Flasher/src/storage.cpp(+2 -2)📄 Description
Fixes:
Additions:
(i forgot i had clang-format on, please have mercy 😅)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.