Torsten Stauder
3094e535f9
#47 : Only show FTP/MQTT in webgui if support was compiled
5 years ago
Torsten Stauder
f0042734fe
Re-introduced rainbow as playlist-progress
5 years ago
Torsten Stauder
d19a3eb4e3
Bugfix: renamed includes; added description
5 years ago
Torsten Stauder
46545bfb5d
Shortened MQTT-conn-timeout + added PSRAM-flag to A1S
5 years ago
Torsten Stauder
25830b1ce4
Added PSRAM-flag to Lolin D32 pro
5 years ago
Torsten Stauder
ebb542e241
Added D32 pro-template
5 years ago
Torsten Stauder
49ee863d1c
RC522 2SPI working now
5 years ago
Torsten Stauder
fa3b8fe0fc
Adapting board-specific layout but RFID with 2 SPIs not yet really working...
5 years ago
kkloesener
384a7a1d85
fixing logical merge errors
5 years ago
grch101
45c603f71c
Delete not required files. Update FastLed Lib back to 3.3.3. Led Error is shown when audio lib is returning an error
5 years ago
grch101
fb9d4584a3
platformio.ini: Add common variables as dynamic variables to all board configs.
main.cpp:
-Bug Fix: Handle return code of connecttofs routine. If it is not successful the track is considered as finished. This avoids freezing the tonuino.
-Feature: Voltage Measurement averages over multiple analog reads, which is smoothing the voltage value
-Feature: When pressing the previous button during audio play and the current track is already played for more than 2s, the current track is started again instead of the previous track
5 years ago
Torsten Stauder
ae8aac8e0f
MQTT: added rfid-state and moved topicTrackCmnd to topicRfidCmnd
5 years ago
kkloesener
cde3fe6524
implementing MFRC522 via I2C BUS on ESP32-A1S
5 years ago
Torsten Stauder
6e82ef70d4
Moved ftpSrv to heap (forgot global object)
5 years ago
Torsten Stauder
548b3b56e8
Button-fix
5 years ago
Torsten Stauder
f4a2a95e5f
Improved localization + FTP is disabled after boot as per default
5 years ago
grch101
d95e55eb60
Abstracting SD and SD_MMC by FS to simplify usage
5 years ago
Torsten Stauder
442424f6ed
Cleaned code a bit and added description (again)
5 years ago
Torsten Stauder
d3078f0269
Hopefully latency vs FTP-rate is ok now...
5 years ago
Torsten Stauder
de963ef77e
Reduced Neopixel-latency but still not perfect...
5 years ago
Torsten Stauder
69e11f9285
Switched Neopixel back to 1st core and paused it while NVS-write + documentation
5 years ago
Torsten Stauder
665dca54f6
Workaround: Disable Neopixel while FTP-upload
5 years ago
tueddy
e7f3185283
PN5180 has no function isNewCardPresent: do not recognize the same card again and again. compare with last cardId
Show different card ISO-14443 / ISO15693 in debug output
Add a welcome message: Tonuino ESP-32
5 years ago
Torsten Stauder
8474ab605b
Fix for panic-issue while RFIDlearn (thnx to grch87)
5 years ago
Torsten Stauder
7d9739c309
WiFi-Fix
5 years ago
Torsten Stauder
d6eee244f4
Added boards to platformio.ini + WiFi-Fix
5 years ago
tueddy
dcba3583ec
* Add support for SD MMC 1 Bit mode:
This mode doubles the SD card speed (FTP upload speed ~350 kB/s compared to ~180 kB/s in SPI mode). Needs one PIN less but fixed PIN assignments
Add support for the PN5180 RFID reader:
PN5180 has better RFID range/sensitivity and can read ISO-15693 / iCode SLIX2 aka Tonies
5 years ago
Torsten Stauder
818620919b
Forgot something... grrr
5 years ago
Torsten Stauder
eab888e227
Removed SD not mandatory + mem-improvements
5 years ago
Torsten Stauder
5cd31f40fb
Refactoring some stuff + description + bugfix
5 years ago
Mario Lukas
d771b07f8f
feat (MDNS): added support for mdns
5 years ago
Mario Lukas
1aaa906fe8
refactor (HTML): changed a couple of things in the management.html file
- changed html parts to a more meaningful naming
5 years ago
Mario Lukas
9ce03e0da1
feat (MDNS): added option for using mdns
- enabeled mdns can be uses for raching the tonuino over <hostname>.local
5 years ago
Mario Lukas
52aef3137b
fix (filebrowser): minified filebrowser json file
5 years ago
Torsten Stauder
c388433208
Reset MQTT-topic-names
5 years ago
Torsten Stauder
249f2c1d4c
Reworked MQTT-Reconnect and slight mem-improvement
5 years ago
Torsten Stauder
de0a106d43
Added Lolin32-PCB
5 years ago
Torsten Stauder
d98318b638
Important hint added
5 years ago
Torsten Stauder
ff88b835e2
Moved user-settings to settings.h
5 years ago
Torsten Stauder
4fd662bd80
Slight changes
5 years ago
Mario Lukas
f940a2ee67
fix (filebrowser): fixed blocking, when file list is reated
- created a single used task for file indexing process
- added more reliable and user friendly design for the user interface
- added escaping for css in processPython.py script
5 years ago
Mario Lukas
f0ec3e6684
fix (FileBrowser): fixed JavaScript Errors
5 years ago
Mario Lukas
54ed18e381
feat (Filebrowser): added more user friendly notifications
5 years ago
Mario Lukas
b099448f03
feat (Filebrowser): added file browser to RFID-assignment
* added a couple of JavaScript libraries
* added functions to main.cpp for file handling
* added websocket handller for index file notifications
* added webserver route for delivering file index
* refactored html notifications, introduced toastr
5 years ago
Torsten Stauder
bbef6c5ac3
MInor improvements + documentation
5 years ago
Torsten Stauder
b9024d455b
Sleeptimer-bugfix
5 years ago
Torsten Stauder
00b8fe03c3
Added: Bat-voltage-visualisation and RFID-recall
5 years ago
kkloesener
bc75c3e7d6
merge with upstream
5 years ago
Torsten Stauder
d4d6961307
Don't stop if pmode!=webstream when disabling wifi
5 years ago
Torsten Stauder
7d1ba361c2
Wifi-toggle immediately effective
5 years ago