Thomas Basler
e572e711a4
Code Style Changes
...
* Add License Identifier
* Move non public required includes to cpp
* Add curly brackets
2023-01-18 23:22:36 +01:00
dAjaY85
7074dd5757
Display init zum Zweiten
...
chango to full Buffer Mode, remove picture loop,
because it's not worked.
look: https://github.com/olikraus/u8glib/wiki/tpictureloop
snprintf + public vars
- dispPowerSafe => true: PowerSafe Mode on
- dispLogo => true: showing Logo upper right corner
- dispContrast => possible to adjust the Display Contrast
change in date time, buffer deleted
Display-Constructor changed, reset goes to front
Arrow and Logo only shown, when production is on
Refactor OLEDDisplayClass to DisplayGraphicClass
2023-01-18 23:22:36 +01:00
Thomas Basler
1d3acb46fc
webapp: add app.js.gz
2023-01-18 23:19:24 +01:00
Thomas Basler
753d73accd
Fix compile issue with ESP32-C3 and C++11
2023-01-18 23:13:38 +01:00
Thomas Basler
6235342cf2
Fix compile issue with ESP32-C3 MCU
2023-01-18 23:08:01 +01:00
Thomas Basler
0772fd02aa
webapp: Fix #532 : Use correct filename for config backup
2023-01-18 22:47:02 +01:00
Thomas Basler
9f86698dfc
webapp: format seconds correctly
2023-01-17 23:24:46 +01:00
Thomas Basler
dc3bbd4dba
Added some example device profiles
2023-01-17 21:18:32 +01:00
Thomas Basler
0f39771fd7
webapp: add app.js.gz
2023-01-17 20:48:00 +01:00
Thomas Basler
569831437a
Added link to device profiles to README.md
2023-01-17 20:47:10 +01:00
Thomas Basler
591a668901
Fixed issue when selecting new device profile
2023-01-17 20:46:52 +01:00
Thomas Basler
547ff48047
webapp: Fixed lint errors
2023-01-17 20:40:54 +01:00
Thomas Basler
55b778228e
webapp: add app.js.gz
2023-01-17 19:38:10 +01:00
Thomas Basler
ae989f5a97
Merge branch 'pr518' into dev
2023-01-17 19:27:10 +01:00
Thomas Basler
27891712ad
Merge branch 'pr494' into dev
2023-01-17 19:24:19 +01:00
Thomas Basler
fa3e31a48e
Docs: Added first rough documentation regarding device profiles
2023-01-17 19:17:53 +01:00
Thomas Basler
a4858b4598
Fix #520 : Allow larger certificates
2023-01-17 19:05:02 +01:00
Thomas Basler
07a438db33
Upgrade ArduinoJson from 6.19.4 to 6.20.0
2023-01-17 18:55:14 +01:00
Thomas Basler
17ffda9816
Upgrade espressif framework from 5.3.0 to 6.0.0
2023-01-17 18:51:48 +01:00
Thomas Basler
05c3b45576
webapp: update dependencies
2023-01-17 18:47:09 +01:00
Thomas Basler
c85b99ffc1
Include ethernet handling in every build to enable it at runtime
2023-01-17 18:44:52 +01:00
Thomas Basler
8377d5bb73
webapp: Fix error in device manager if no config was available
2023-01-17 00:00:10 +01:00
Thomas Basler
19b42223f5
webapp: Show current active pin config
2023-01-16 23:41:58 +01:00
Thomas Basler
3d3feb3517
Allow Ethernet Pin Settings via json config
2023-01-16 22:26:35 +01:00
Thomas Basler
f60205829a
webapp: Allow upload of pin assignments
2023-01-16 21:25:36 +01:00
Thomas Basler
e81a435ed9
webapp: Added device manager interface
...
Allows selecting a device profile which changes the pin assignment
2023-01-16 21:25:19 +01:00
Thomas Basler
5f699f4927
Added Device Profiles
...
Allows the pin assignment during runtime.
Pin settings will be read from a json file called "pin_mapping.json"
2023-01-16 21:09:24 +01:00
Alex
2d67b7383b
added web flasher comment to readme
...
Just tried to flash via https://espressif.github.io/esptool-js/ ,
works like charm...
2023-01-16 17:00:43 +01:00
Thomas Basler
587de2e3be
webapp: Show Locale name instead of abbreviation in Language Change Dropdown
2023-01-09 20:55:48 +01:00
Thomas Basler
af1a2a188e
Extended config API to allow upload of individual files
2023-01-05 14:41:15 +01:00
Thomas Basler
20ae646561
webapp: Allow download of individual config files
2023-01-05 01:44:38 +01:00
CSchoch
b906a9bf40
Update README.md
...
Added firmware v1.0.8 to the working list of TSUN TSOL-M800 (DE)
2023-01-04 22:30:18 +01:00
Thomas Basler
7c33688167
Use same line ending in printf as in println
...
This prevents mistakes in the webconsole
2023-01-04 18:48:33 +01:00
Thomas Basler
9d6bab3f2b
Readme.md: Added hint for french translation
2023-01-03 21:29:57 +01:00
Thomas Basler
64afbf8906
webapp: add app.js.gz
2023-01-03 16:46:43 +01:00
Thomas Basler
af47b8aafe
webapp: Update dependencies
2023-01-03 12:42:18 +01:00
Thomas Basler
ce0c2b95a0
webapp: added poor french translation for StringNameHint
2023-01-03 12:40:42 +01:00
Thomas Basler
29043268fc
webapp: Fix #490 : Remove orphan i18n entries
2023-01-03 11:31:05 +01:00
Thomas Basler
d7532e407e
webapp: Added additional locale specific formatting
2023-01-02 15:50:22 +01:00
Thomas Basler
a88687eae6
webapp: replace own formatNumber by vue-i18n $n
2023-01-02 15:50:22 +01:00
Thomas Basler
065aab7141
webapp: Remove orphan file
2023-01-02 15:50:22 +01:00
Thomas Basler
dfec263d65
webapp: add app.js.gz
2022-12-31 15:29:48 +01:00
Thomas Basler
ef8c3a3d42
webapp: Apply correct datetime format based on current locale in HomeView
2022-12-31 15:29:05 +01:00
Thomas Basler
a08f4a7052
webapp: Console: Change font size to prevent line breaks for default outputs
2022-12-31 13:59:58 +01:00
Thomas Basler
319299cf8a
webapp: Clarify ReadOnly access to the webinterface
...
Thanks to @polarbearing
2022-12-31 13:50:24 +01:00
Thomas Basler
89fa2a84c6
webapp: set correct lib value to allow replaceAll
2022-12-31 13:44:40 +01:00
Thomas Basler
659546841a
webapp: Console: Add timestamp and optimize css selector
...
CSS selector now only matches the console window (and not e.g. the mqtt tls input)
2022-12-31 13:44:40 +01:00
Thomas Basler
d75ac167fa
Fix building with platform-espressif32 5.3.0
...
The bootloader.bin is placed in the build output directory by the build script
2022-12-31 12:57:06 +01:00
Thomas Basler
8372d167f4
webapp: add app.js.gz
2022-12-31 11:54:36 +01:00
Thomas Basler
50a9aa0ce1
Merge branch 'pr479' into dev
2022-12-31 11:52:55 +01:00