From c7e7b49d494885335e41cb73917c0954e719e4be Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 20:31:04 +0200 Subject: [PATCH 01/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 438a70fa..72698dc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # OpenEPaperLink + ## ⚠️⚠️⚠️THIS IS NOT PRODUCTION READY!⚠️⚠️⚠️ This is not a final, polished codebase. Not by a long shot. You'll need some knowledge on the use of these tags. A very good place to start is here: https://github.com/atc1441/ZBS_Flasher. You'll need to fix issues yourself, troubleshoot stuff. Once again: this is not for everyone. From 03647ada445b5dc9c00830cc1d03ce018e42b911 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 20:42:21 +0200 Subject: [PATCH 02/11] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72698dc9..438a70fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # OpenEPaperLink - ## ⚠️⚠️⚠️THIS IS NOT PRODUCTION READY!⚠️⚠️⚠️ This is not a final, polished codebase. Not by a long shot. You'll need some knowledge on the use of these tags. A very good place to start is here: https://github.com/atc1441/ZBS_Flasher. You'll need to fix issues yourself, troubleshoot stuff. Once again: this is not for everyone. From bf6021d6cddab35dd7078066285c05ce5bb3ed46 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 21:04:04 +0200 Subject: [PATCH 03/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 438a70fa..626e9f18 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This is an alternative firmware and protocol for the ZBS243-based Electronic She board + ### Compatibility It is currently compatible with the following tags: * 4.2" From 59f44e4a829abaaf4faeff996929bf7ba423bfa7 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 21:22:03 +0200 Subject: [PATCH 04/11] Update main.cpp --- ESP32_AP-Flasher/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32_AP-Flasher/src/main.cpp b/ESP32_AP-Flasher/src/main.cpp index 495ee4b8..2b2fed49 100644 --- a/ESP32_AP-Flasher/src/main.cpp +++ b/ESP32_AP-Flasher/src/main.cpp @@ -2,7 +2,7 @@ #include #include #include - +iojddc #include "contentmanager.h" #include "flasher.h" #include "makeimage.h" @@ -133,4 +133,4 @@ void loop() { while (1) { vTaskDelay(10000 / portTICK_PERIOD_MS); } -} \ No newline at end of file +} From 0646e85a70ad8f5892151e5ebbd5548e51ac3da2 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 21:36:27 +0200 Subject: [PATCH 05/11] Update main.cpp --- ESP32_AP-Flasher/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_AP-Flasher/src/main.cpp b/ESP32_AP-Flasher/src/main.cpp index 2b2fed49..d0138fff 100644 --- a/ESP32_AP-Flasher/src/main.cpp +++ b/ESP32_AP-Flasher/src/main.cpp @@ -2,7 +2,7 @@ #include #include #include -iojddc + #include "contentmanager.h" #include "flasher.h" #include "makeimage.h" From 1a9bf422eae6de7e46e392e8ae02188ed18c527e Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 22:01:43 +0200 Subject: [PATCH 06/11] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 626e9f18..438a70fa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ This is an alternative firmware and protocol for the ZBS243-based Electronic She board - ### Compatibility It is currently compatible with the following tags: * 4.2" From 484bb00341a6ac1209f64d2204cfa2c1a8f03db3 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 23:12:32 +0200 Subject: [PATCH 07/11] Update platformio.ini --- ESP32_AP-Flasher/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 25808b37..e7d172f8 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -134,7 +134,7 @@ board_upload.flash_size = 16MB [env:Simple_AP] board = esp32dev -board_build.partitions = no_ota.csv +board_build.partitions = default.csv build_flags = -DCORE_DEBUG_LEVEL=0 From 755d676f076cc20d644281310f0ab85aded5af63 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Thu, 18 May 2023 09:01:12 +0200 Subject: [PATCH 08/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 438a70fa..72698dc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # OpenEPaperLink + ## ⚠️⚠️⚠️THIS IS NOT PRODUCTION READY!⚠️⚠️⚠️ This is not a final, polished codebase. Not by a long shot. You'll need some knowledge on the use of these tags. A very good place to start is here: https://github.com/atc1441/ZBS_Flasher. You'll need to fix issues yourself, troubleshoot stuff. Once again: this is not for everyone. From 5aa71746008b6739b717eb698cb32ae0adbc3c68 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Thu, 18 May 2023 09:28:46 +0200 Subject: [PATCH 09/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72698dc9..7a4ae6a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # OpenEPaperLink + ## ⚠️⚠️⚠️THIS IS NOT PRODUCTION READY!⚠️⚠️⚠️ This is not a final, polished codebase. Not by a long shot. You'll need some knowledge on the use of these tags. A very good place to start is here: https://github.com/atc1441/ZBS_Flasher. You'll need to fix issues yourself, troubleshoot stuff. Once again: this is not for everyone. From c52cb89be423e41494621d37cbd2e4b1d8c69a0e Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Thu, 18 May 2023 09:55:00 +0200 Subject: [PATCH 10/11] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7a4ae6a6..438a70fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # OpenEPaperLink - - ## ⚠️⚠️⚠️THIS IS NOT PRODUCTION READY!⚠️⚠️⚠️ This is not a final, polished codebase. Not by a long shot. You'll need some knowledge on the use of these tags. A very good place to start is here: https://github.com/atc1441/ZBS_Flasher. You'll need to fix issues yourself, troubleshoot stuff. Once again: this is not for everyone. From 321d0111b5313863414fddab67dade0ff75a792a Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Thu, 18 May 2023 12:38:46 +0200 Subject: [PATCH 11/11] Update main.cpp