Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platformio #551

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4a8cddc
interim
way5 Apr 25, 2024
317dcf1
interim (ws)
way5 Apr 26, 2024
8bfb523
platfornio compatibility, littlefs, optimization (beta 1 [ws])
way5 Apr 28, 2024
332a68e
websockets, memory optimization (please use _WS* and _DBG* macros for…
way5 Apr 28, 2024
bed7e21
autorun for translation generator, configuration in json format
way5 May 2, 2024
f7a8eb6
decompose main.cpp (see: video.h, presets.h, utils.h, menu.h), the ke…
way5 May 5, 2024
625e61b
cleanup
way5 May 5, 2024
5f445a8
standard structure
way5 May 6, 2024
c6a904f
initial slots creation fix
way5 May 6, 2024
782f58c
fixed file paths
way5 May 6, 2024
e2c6aee
Arduino IDE ready, readme update
way5 May 6, 2024
bb4ca1f
Arduino IDE ready fix
way5 May 6, 2024
ad003ff
readme update, slot names fix
way5 May 6, 2024
d9ad7f9
Merge commit 'ad003ff27f0f56e5f4b7c529c113b1aad18135dd' into pio
way5 May 6, 2024
32e7e74
reducing WS lag, readme update
way5 May 7, 2024
ef611e6
resolutions HW menu fix, version on screen saver, OLED config moved t…
way5 May 8, 2024
aee20a9
(!) WIP. do not merge. HTML->FS, tsconfig, presetID=resolutions
way5 May 12, 2024
db89a32
WIP: resolutions are not a custom presets, resolutionID is a part of …
way5 May 19, 2024
bcc46ac
WIP: custom != bypass, webUI fixes (todo: backup download on chrome)
way5 May 25, 2024
35c92ed
WIP: backup/restore update, no OutputCustom, README update, cleanup &…
way5 May 28, 2024
3ef16c7
WIP: cleanup
way5 May 28, 2024
71b861d
WIP: rethined backup, TEST required, occasional memory leak
way5 May 30, 2024
bd1f33e
TEST: :large update: mild device reset, runtime parameters are in slo…
way5 Jun 1, 2024
2b6ace8
WIP: interim, do not upload
way5 Jun 3, 2024
bf8aebf
TEST: translation generator font usage fix, webSocket now spits with …
way5 Jun 3, 2024
af2c280
README update
way5 Jun 3, 2024
d1ba681
TEST: optimized for Windows, README update, fix #473
way5 Jun 5, 2024
1e5fee4
TEST: 99% of UI is now translated (locales available: en, es, ru ), R…
way5 Jun 6, 2024
82be1a6
TEST: 100%-1 translated, improvements for AP mode
way5 Jun 7, 2024
38247fb
TEST: fix "toggle console" button doesn't work when just switched to …
way5 Jun 7, 2024
be6c7eb
TEST: re-implemented webSocket server (passive client), Dev. Mode out…
way5 Jun 10, 2024
b8cf48e
TEST: fix: clearing an object of non-trivial type 'class OLEDMenuItem…
way5 Jun 11, 2024
e015e4f
TEST: large UI update, feature request #553 implementation, fix: FW v…
way5 Jun 11, 2024
017dff5
TEST: fix: OLED menu items vertical offset calculation
way5 Jun 12, 2024
949492c
WIP: do not upload...
way5 Jun 16, 2024
ebf528f
WIP: do not upload
way5 Jun 16, 2024
73f7ca6
WIP: do not upload...
way5 Jun 18, 2024
7ef512f
WIP: do not upload (tv5725 register map update, device setup logic, c…
way5 Jun 19, 2024
b88d64f
WIP: do not upload
way5 Jun 21, 2024
24077fa
WIP: developer menu - tv register CMD, active slot reset button
way5 Jun 21, 2024
0007f5a
WIP: do not upload...
way5 Jun 24, 2024
ff3c745
WIP: recovered "color correction" controls as they doesn't exist in '…
way5 Jun 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 0 additions & 89 deletions .clang-format

This file was deleted.

7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,9 @@ ASALocalRun/
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
i18n_preview*.jpg
tmp/

# WebUI
data/
!public/scripts/bin
public/src/**/*.js
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
"cschlosser.doxdocgen",
"platformio.platformio-ide",
"psioniq.psi-header"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
Expand Down
53 changes: 53 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"files.associations": {
".env*": "dotenv",
"plyconfig.json": "jsonc",
"*.tcc": "cpp",
"fstream": "cpp",
"functional": "cpp",
"string": "cpp",
"typeinfo": "cpp",
"random": "cpp",
"*.html.tpl": "html",
"new": "cpp",
"atomic": "cpp",
"memory": "cpp",
"type_traits": "cpp",
"cmath": "cpp",
"limits": "cpp",
"utility": "cpp"
},
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"psi-header.templates": [
{
"language": "*",
"template": [
"#########################################################################",
" File: <<filename>>",
" File Created: <<filecreated('dddd, Do MMMM YYYY h:mm:ss a')>>",
" Author: <<author>>",
" Last Modified: <<dateformat('dddd, Do MMMM YYYY h:mm:ss a')>>",
" Modified By: <<author>>",
" License: <<license>>",
"#########################################################################",
" CHANGELOG:",
"#########################################################################"
],
"changeLogCaption": " CHANGELOG:",
"changeLogHeaderLineCount": 3,
"changeLogEntryTemplate": [
" <<dateformat('YYYY-MM-DD')>>\t<<initials>>\t"
]
}
],
"psi-header.changes-tracking": {
"isActive": true,
"modAuthor": "Modified By:",
"modDate": "Last Modified:",
"modDateFormat": "date",
"exclude": ["json"],
"autoHeader": "off"
},
}
3 changes: 0 additions & 3 deletions 3rdparty/PersWiFiManager/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions 3rdparty/PersWiFiManager/LICENSE

This file was deleted.

158 changes: 0 additions & 158 deletions 3rdparty/PersWiFiManager/PersWiFiManager.cpp

This file was deleted.

Loading