• Joined on 2025-02-20
judge pushed to refactor/mqtt-module at C3MA/PlantCtrl 2026-05-05 22:51:22 +02:00
f70ce6a108 fixup! refactor: create mqtt module with core MQTT statics and tasks
judge pushed to refactor/mqtt-module at C3MA/PlantCtrl 2026-05-05 22:12:39 +02:00
a84a325852 chore: verify no dead imports after MQTT module extraction
29060cbc46 refactor: call mqtt::mqtt_init() from connection orchestration
122f878b02 refactor: remove MQTT code from esp.rs
d98fe9bb3c refactor: use mqtt::is_stay_alive() helper instead of direct static access
087d6e20cd refactor: replace mqtt_publish() call sites with mqtt::publish()
Compare 13 commits »
judge pushed to legacy/v3-support at C3MA/PlantCtrl 2026-05-05 22:04:41 +02:00
e15e78cc26 rename deepsleep to deep_sleep_ms for clarity on expected duration
d9aa96a3cb add containerized dev tools legacy branch
Compare 2 commits »
judge pushed to refactor/mqtt-module at C3MA/PlantCtrl 2026-05-05 21:55:33 +02:00
a3133d1586 chore: verify no dead imports after MQTT module extraction
9d4a4ecd34 refactor: call mqtt::mqtt_init() from connection orchestration
d2a95cf819 refactor: remove MQTT code from esp.rs
934a267eb5 refactor: use mqtt::is_stay_alive() helper instead of direct static access
2780325c9e refactor: replace mqtt_publish() call sites with mqtt::publish()
Compare 10 commits »
judge created branch refactor/mqtt-module in C3MA/PlantCtrl 2026-05-05 21:55:33 +02:00
judge pushed to legacy/v3-support at C3MA/PlantCtrl 2026-05-05 01:38:48 +02:00
ecf989b859 relax wifi connect parameters for more reliable wifi connection
judge pushed to legacy/v3-support at C3MA/PlantCtrl 2026-05-04 23:48:48 +02:00
db401aac55 get most stuff working again, by upgrading to newer esp-hal version
judge pushed to legacy/v3-support at C3MA/PlantCtrl 2026-05-04 02:32:08 +02:00
ecb7707357 fix: add gpio_pad_hold on GPIO21 to prevent boot ROM from reconfiguring shift register enable pin
judge pushed to legacy/v3-support at C3MA/PlantCtrl 2026-05-04 01:50:18 +02:00
4cf7a1c94f counter limit 0 is invalid set None instead
9155676e06 commit Cargo.lock to make legacy version compile reproducably
e05f3d768f Add mcutie MQTT client implementation and improve library structure
Compare 3 commits »
judge created branch legacy/v3-support in C3MA/PlantCtrl 2026-05-04 01:50:17 +02:00
judge pushed to goodby-espidf at C3MA/PlantCtrl 2025-10-18 20:41:10 +02:00
1db3f7af64 chore: 📎 + fmt
judge pushed to goodby-espidf at C3MA/PlantCtrl 2025-10-18 19:03:24 +02:00
6357ec773f Merge branch 'containerize-toolchains' into goodby-espidf
de83d7f4b0 fix containerized build environment for cargo
6c874fb852 updated node package lock
658efd30bb improve build scripts
70df806a87 setup cargo run to use containerized build tools that are not rust tools
Compare 7 commits »
judge pushed to containerize-toolchains at C3MA/PlantCtrl 2025-10-18 18:46:49 +02:00
de83d7f4b0 fix containerized build environment for cargo
6c874fb852 updated node package lock
658efd30bb improve build scripts
Compare 3 commits »
judge pushed to containerize-toolchains at C3MA/PlantCtrl 2025-10-18 18:19:21 +02:00
70df806a87 setup cargo run to use containerized build tools that are not rust tools
1423b246da install nodejs and npm
ad15eb7bf0 containerize c toolchain for filesystem
a446f3ace2 sensor and esp and canable call all communicate with each other.
ea608dfa6a cleanup
Compare 29 commits »
judge pushed to containerize-toolchains at C3MA/PlantCtrl 2025-09-25 22:31:27 +02:00
50a052df9a setup cargo run to use containerized build tools that are not rust tools
c4820e8035 install nodejs and npm
31b6f8633c containerize c toolchain for filesystem
Compare 3 commits »
judge created branch containerize-toolchains in C3MA/PlantCtrl 2025-09-25 22:31:27 +02:00
judge pushed to goodby-espidf at C3MA/PlantCtrl 2025-09-12 00:09:47 +02:00
0d495d0f56 probalby found most of the import related stuff, now the real refactor begins
judge pushed to goodby-espidf at C3MA/PlantCtrl 2025-09-11 22:48:02 +02:00
242e748ca0 started cleanup and moving from std to no_std
judge pushed to goodby-espidf at C3MA/PlantCtrl 2025-09-11 21:44:01 +02:00
f853b6f2b2 removed all std dependencies … WIP move to embassy pure rust code
judge created branch goodby-espidf in C3MA/PlantCtrl 2025-09-11 21:43:50 +02:00