16ea1db55f
Merge branch 'feature/newlib'
2025-10-27 14:34:31 +01:00
a0ed04a560
moved LED and feedback to new lib
2025-10-27 14:25:26 +01:00
Philipp_EndevourOS
4e988e8f01
changed LED amount to 1
2025-10-27 14:16:36 +01:00
009f6cbb2e
changed to new ESP libs WIP
2025-10-27 13:56:13 +01:00
Philipp_EndevourOS
967da9fc30
feedback ack turns LED off after lighting green
2025-10-25 15:04:05 +02:00
00cb7efedb
unwraps now give a warning
2025-10-24 13:24:44 +02:00
ebbec7885e
added missing persist mapping
2025-10-23 17:55:29 +02:00
7ecd2052d8
handle error in sse event route
2025-10-23 17:37:46 +02:00
96512c8a12
added wifi password set at compiletime
2025-10-23 16:55:16 +02:00
1ea70e4993
improved panic restart
2025-10-20 15:13:16 +02:00
Philipp_EndevourOS
4abbd844d2
added software resett after 10min when panic
2025-10-20 13:35:14 +02:00
bd3f6731fd
renamed vars in main
2025-10-15 16:03:36 +02:00
6fdcf7679f
Revert "updated panic handler"
...
This reverts commit c4d6ed45f1f57e92be21142b81a1fd2b52a5924f.
2025-10-15 15:50:26 +02:00
Philipp_EndevourOS
c4d6ed45f1
updated panic handler
2025-10-14 14:35:25 +02:00
Philipp_EndevourOS
41adf7353d
delete old FRAM driver
2025-10-14 14:17:40 +02:00
6421074931
added routes for listing days & getting days
...
/api/days?from=...&to=...
/api/day?day=...
2025-10-13 16:32:28 +02:00
a34dc18381
implemented load_day & list_day_in_timespan in IDStore
2025-10-13 16:31:15 +02:00
252e63c607
fixed RFID reader outputting un-aligned IDs in buffer
2025-10-11 14:48:01 +02:00
99848f0e6d
added TryFrom<[u8;12]> to TallyID
2025-10-11 14:47:29 +02:00
f46cdc4d29
implemented Display for TallyID
2025-10-11 14:31:26 +02:00
a8d64f6af5
fixed list_day for sd_card
2025-10-11 14:16:28 +02:00
8fb6bac651
added Ord to Day
2025-10-11 14:16:12 +02:00
5c0ad18b94
re-enabled mapping loading
2025-10-10 02:02:00 +02:00
75130e2d20
implemented missing load & save mapping functions
2025-10-10 01:58:25 +02:00
6b2c56f3e5
added Deserialize to IDMapping
2025-10-10 01:57:48 +02:00
2980d34394
flatten IDMapping for serde
2025-10-10 01:50:04 +02:00
9b926f7a34
propper mapping of day to filename
2025-10-10 01:49:32 +02:00
f1b471c6d8
changed Day implementation
2025-10-10 01:12:46 +02:00
211961a770
fixed RFID read id parser
2025-10-08 16:21:16 +02:00
dfe5197ab8
changed TallyID to a struct instead of a type alias
2025-10-08 16:14:10 +02:00
0f5ca88ae4
fixed many warning by removing unused imports
...
Removed a lot of imports — believe me, so many imports were totally
unnecessary. Nobody’s seen imports like these. Cleaned up the code, made
it faster, smarter, the best code. People are talking about it!
Tremendous work by me. Some say i am the best at it. It may be true.
2025-10-08 01:54:51 +02:00
9dd2f88cbc
implemented SSE
2025-10-08 01:44:32 +02:00
aa91d69f0b
explicit type of tallyid channels
2025-10-08 01:43:48 +02:00
b13ae76bc5
moved TallyID str function to right module
2025-10-08 01:42:25 +02:00
4a9ff47dcc
12 chars of hex are 6 Bytes not 12
2025-10-07 23:02:44 +02:00
92c7fec283
changed NET_STACK_SIZE & WEB_TASK_SIZE
2025-10-07 22:48:17 +02:00
082f1faba9
fixed webserver not working
...
- shared store in main
- multiple tasks for webserver
2025-10-07 17:29:14 +02:00
8cbdf834a1
make network stack size a constant
2025-10-07 17:28:12 +02:00
4531ef72ae
added Deserialize to id mapping Name
2025-10-07 17:27:17 +02:00
Philipp_EndevourOS
7e59d836a1
added get date method for rtc
2025-10-04 15:46:30 +02:00
Philipp_EndevourOS
09f21403ec
changed Date to u8 array
2025-10-04 15:45:56 +02:00
Philipp_EndevourOS
db7e22f45d
new file will be created when sd card is empty
2025-10-01 18:58:08 +02:00
Philipp_EndevourOS
c91f290c31
removed dummy data and pass read tally id
2025-10-01 18:56:37 +02:00
becdd43738
connect RFID reader with IDStore
2025-10-01 18:00:45 +02:00
cc3605b75d
return sdcard from hardware init
2025-10-01 17:54:54 +02:00
57ccc0cc8b
fixed missing await
2025-10-01 17:51:51 +02:00
Philipp_EndevourOS
b551f4521f
sd card detection works (own embassy task)
2025-09-09 17:24:47 +02:00
Philipp_EndevourOS
adcbe87bd7
there are some problems to implemet the IO Mux interrupt handler
2025-09-09 16:50:14 +02:00
Philipp_EndevourOS
d96b3ed11a
implemented save function for SD Card
2025-09-08 19:26:56 +02:00
Philipp_EndevourOS
dcb4b14854
added todo
2025-09-08 18:14:17 +02:00