This website requires JavaScript.
Explore
Help
Sign In
judge
0 Followers
·
0 Following
Joined on
2025-02-20
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
Projects
Packages
Public Activity
Starred Repositories
judge
created branch
fix/stay-alive-webserver-spawn
in
C3MA/PlantCtrl
2026-05-10 20:50:30 +02:00
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 19:51:50 +02:00
ae5763f0d9
move all mqtt publishing functions to mqtt module
203d1c696c
refctor: TankInfo structure (consistent layout)
08e4f9a7e8
refactor: PlantInfo structure (consistent layout)
Compare 3 commits »
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 19:49:46 +02:00
921171cb5a
move all mqtt publishing functions to mqtt module
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 19:48:13 +02:00
55bcc0c52f
move all mqtt publishing functions to mqtt module
54a2f2d9e5
refctor: TankInfo structure (consistent layout)
ba5159708f
refactor: PlantInfo structure (consistent layout)
2df120f73b
refactor: BatteryInfo structure (consistent layout)
58aa55fd12
fix: serialize firmware/state as JSON instead of Debug format
Compare 7 commits »
judge
pushed to
legacy/v3-support
at
C3MA/PlantCtrl
2026-05-10 19:47:46 +02:00
b569fa4b04
Merge branch 'fix/reenable-plant-watering-wtf-empire-this-should-never-have-happend' into legacy/v3-support
f71ca7ec6d
activate plant watering code again
Compare 2 commits »
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 17:37:28 +02:00
9e3886bd8c
move all mqtt publishing functions to mqtt module
efb72ca2f7
refctor: TankInfo structure (consistent layout)
296c12735d
refactor: PlantInfo structure (consistent layout)
dc0bfcbbfd
refactor: BatteryInfo structure (consistent layout)
12d929d853
fix: serialize firmware/state as JSON instead of Debug format
Compare 6 commits »
judge
deleted branch fix/ota-update from
C3MA/PlantCtrl
2026-05-10 17:36:53 +02:00
judge
pushed to
legacy/v3-support
at
C3MA/PlantCtrl
2026-05-10 17:36:41 +02:00
28f7ae20ef
Merge branch 'fix/ota-update' into legacy/v3-support
52049c456e
update read_up_to_bytes_from_request with more robust implementation
e3b7648a3f
website update version display and ota handler
08ee9018cf
website add toast service for notifications
c2929a65ae
enable ota_update webserver path again
Compare 5 commits »
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 17:23:52 +02:00
e0e93246d0
move all mqtt publishing functions to mqtt module
1430359caa
refctor: TankInfo structure (consistent layout)
626c10b98b
refactor: PlantInfo structure (consistent layout)
e400de1fc2
refactor: BatteryInfo structure (consistent layout)
d0066b2709
fix: serialize firmware/state as JSON instead of Debug format
Compare 6 commits »
judge
pushed to
fix/ota-update
at
C3MA/PlantCtrl
2026-05-10 17:23:26 +02:00
52049c456e
update read_up_to_bytes_from_request with more robust implementation
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 17:06:50 +02:00
c65ba80b9d
move all mqtt publishing functions to mqtt module
98289cd7fa
refctor: TankInfo structure (consistent layout)
b88e292a43
refactor: PlantInfo structure (consistent layout)
7eb98ead8a
refactor: BatteryInfo structure (consistent layout)
7954052f5d
fix: serialize firmware/state as JSON instead of Debug format
Compare 8 commits »
judge
pushed to
fix/ota-update
at
C3MA/PlantCtrl
2026-05-10 16:46:13 +02:00
e3b7648a3f
website update version display and ota handler
08ee9018cf
website add toast service for notifications
c2929a65ae
enable ota_update webserver path again
Compare 3 commits »
judge
created branch
fix/ota-update
in
C3MA/PlantCtrl
2026-05-10 16:46:13 +02:00
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 14:40:43 +02:00
36f5429f11
move all mqtt publishing functions to mqtt module
9846244343
refctor: TankInfo structure (consistent layout)
11084ecf27
refactor: PlantInfo structure (consistent layout)
be1a10f025
refactor: BatteryInfo structure (consistent layout)
228fbe7f8d
fix: serialize firmware/state as JSON instead of Debug format
Compare 11 commits »
judge
pushed to
refactor/mqtt-data-serialization
at
C3MA/PlantCtrl
2026-05-10 14:40:22 +02:00
a247d2a571
move all mqtt publishing functions to mqtt module
judge
deleted branch containerize-toolchains from
C3MA/PlantCtrl
2026-05-10 14:40:09 +02:00
judge
deleted branch feature/build-scripts-from-develop from
C3MA/PlantCtrl
2026-05-10 14:39:55 +02:00
judge
pushed to
legacy/v3-support
at
C3MA/PlantCtrl
2026-05-10 14:39:44 +02:00
0b386b0ca3
Merge branch 'feature/build-scripts-from-develop' into legacy/v3-support
0ab1ea3635
build: add build artifacts to .gitignore
ae73f12d1c
build: add image_build.sh and erase_ota.sh scripts
cfe1c2c6d8
build: add flash.sh and all.sh scripts
578379c0d9
build: remove webpack integration from build.rs and add always-rebuild sentinel
Compare 6 commits »
judge
pushed to
feature/build-scripts-from-develop
at
C3MA/PlantCtrl
2026-05-10 14:39:33 +02:00
0ab1ea3635
build: add build artifacts to .gitignore
ae73f12d1c
build: add image_build.sh and erase_ota.sh scripts
cfe1c2c6d8
build: add flash.sh and all.sh scripts
578379c0d9
build: remove webpack integration from build.rs and add always-rebuild sentinel
2ff219a1cb
build: add reusable build_website.sh script
Compare 16 commits »
judge
pushed to
feature/build-scripts-from-develop
at
C3MA/PlantCtrl
2026-05-10 14:35:10 +02:00
2534f32144
build: add build artifacts to .gitignore
bceb091084
build: add image_build.sh and erase_ota.sh scripts
31ee38782b
build: add flash.sh and all.sh scripts
3e687b4485
build: add reusable build_website.sh script
98e906ed05
build: remove webpack integration from build.rs and add always-rebuild sentinel
Compare 10 commits »
First
Previous
1
2
3
4
5
...
Next
Last