Skip to content

Commit d7ef8bb

Browse files
authored
Merge pull request #165 from chvvkumar/Dev
Update documentation and configure ignored files
2 parents 3f4f152 + 1d2de22 commit d7ef8bb

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,11 @@ CONVERSATION_CONTEXT.md
170170

171171
# GitHub Copilot instructions (development-only)
172172
# .github/copilot-instructions.md
173+
174+
# Local development only (specs, plans)
175+
.planning/
176+
177+
# Editor/LSP config
178+
.clangd
179+
.cache/
180+
compile_commands.json

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ESP32-P4 AllSky Display
22

3+
> ## Development has moved
4+
>
5+
> Active development of this firmware now happens in [ESP32-P4-NINA-Display](https://github.com/chvvkumar/ESP32-P4-NINA-Display), a single code base covering multiple ESP32-P4 displays. That firmware is built on ESP-IDF; this repository uses the Arduino framework. All future work goes there. This repository will be archived once testing in the new repository is complete, and remains available here for reference only.
6+
37
This project enables the use of an ESP32-P4 display into an all-sky camera viewer. It features multi-image cycling, hardware acceleration, and seamless integration with Home Assistant.
48

59
3.6" Screen

0 commit comments

Comments
 (0)