Commit Graph

  • f13df63f compat: fix -std=gnu++20 by Maxim Prokhorov 2024-01-22 23:56:42 +0300
  • 238dc130 garland: fixes and updates (#2600) by Dmitry 2024-01-20 21:23:05 +0200
  • 5b16725c (refs/pull/2600/head) garland: fixes for PR notes by Dmitry Blinov 2023-12-21 12:16:06 +0200
  • 1e765d7e thermostat: clean-up and build fixes (#2601) by Dmitry 2023-12-20 18:39:45 +0200
  • 8ee5f7ed garland: combine all wave-based anims; add wave comet anim by Dmitry Blinov 2023-12-19 12:09:45 +0200
  • e5c92a1e garland: tune anim comets by Dmitry Blinov 2023-12-19 12:05:50 +0200
  • ad429a79 garland: fix anim dolphins out of range issue by Dmitry Blinov 2023-12-19 12:05:25 +0200
  • 147a2266 garland: implement pixel caching for color waves to reduce redundant calculations by Dmitry Blinov 2023-12-18 16:43:59 +0200
  • 548e5995 graland: update anim code with clear rands and auto counters by Dmitry Blinov 2023-12-17 17:28:06 +0200
  • 7822b56c (refs/pull/2601/head) thermostat: fix thermostat build and files format by Dmitry Blinov 2023-12-13 13:08:51 +0200
  • ed5a0a95 garland: update format for color_wave.h and garland.cpp by Dmitry Blinov 2023-12-13 12:12:37 +0200
  • 3b92cfee garland: unify anim_waves and anim_run to use ColorWave class by Dmitry Blinov 2023-12-12 16:19:15 +0200
  • 4b213fff garland: provide anims with all palettes by Dmitry Blinov 2023-12-12 01:15:42 +0200
  • 53699050 garland: get rid of redundant variables in main class by Dmitry Blinov 2023-12-12 00:15:19 +0200
  • eb55fe2c garland: add anim_crossing by Dmitry Blinov 2023-12-11 23:56:48 +0200
  • 55ac3bf2 garland: update anim_spread by Dmitry Blinov 2023-12-11 15:45:48 +0200
  • 88b0bb3e garland: enable and update anim_glow by Dmitry Blinov 2023-12-11 14:25:36 +0200
  • 453e80aa garland: update palettes, add random run animation by Dmitry Blinov 2023-12-07 22:59:19 +0200
  • e82e2cef garland: update scene default settings by Dmitry Blinov 2023-12-06 22:20:42 +0200
  • 8ec8244b garland: fix web UI by Dmitry Blinov 2023-12-06 18:36:17 +0200
  • b70967b4 garland: update setters code by Dmitry Blinov 2023-12-06 18:34:14 +0200
  • d3a26172 garland: fix issue with division by zero in first scene setup by Dmitry Blinov 2023-12-06 14:22:40 +0200
  • 1b658abf Merge remote-tracking branch 'hoseperez/dev' into kotel2 by Dmitry Blinov 2023-11-30 10:25:00 +0200
  • f3c3efca dcz: typo in relay settings key by Maxim Prokhorov 2023-11-05 00:37:41 +0300
  • be747577 scripts: no need for pytz to generate tz list by Maxim Prokhorov 2023-10-17 03:37:09 +0300
  • 5531b932 terminal: fix linkage, printing cmd-not-found and add tests by Maxim Prokhorov 2023-10-17 01:56:59 +0300
  • 00973160 uart: typo by Maxim Prokhorov 2023-10-17 01:30:53 +0300
  • eb17675c btn: terminal command action by Maxim Prokhorov 2023-10-17 01:23:29 +0300
  • 557db51f terminal: error output by Maxim Prokhorov 2023-10-17 01:23:01 +0300
  • ecbaabe4 sns: comment typo by Maxim Prokhorov 2023-10-17 00:31:07 +0300
  • 06e49ccf uart: swserial workaround for recent Core version by Maxim Prokhorov 2023-10-17 00:26:53 +0300
  • 480c72dc sns: broken mqtt address publishing by Maxim Prokhorov 2023-10-16 23:21:47 +0300
  • afce3dcb relay: missing header by Maxim Prokhorov 2023-10-16 23:25:29 +0300
  • a0bf8f26 idb: use magnitude type not its index by Maxim Prokhorov 2023-10-13 13:22:57 +0300
  • 3a34f06c ci: use node-18 by Maxim Prokhorov 2023-09-22 20:14:15 +0300
  • e8c93778 uart: fix swserial pin order by Maxim Prokhorov 2023-09-22 19:54:52 +0300
  • 34fecbcd (network/test) draft by Maxim Prokhorov 2023-05-11 22:45:53 +0300
  • 4f22960a mqtt: missing buffer offset by Max Prokhorov 2023-04-25 02:55:40 +0300
  • 7703d9ba api: reference settings keys by Maxim Prokhorov 2023-04-13 19:39:17 +0300
  • b64e7f91 web: revert to per-file include checks by Maxim Prokhorov 2023-04-13 19:10:47 +0300
  • 7c5e8e3f relay: minimal build warnings by Maxim Prokhorov 2023-04-13 19:09:03 +0300
  • ea6eb52d web: only include web printer when needed by Maxim Prokhorov 2023-04-13 18:00:12 +0300
  • ffd23d09 web: print api in namespace by Maxim Prokhorov 2023-04-08 22:04:36 +0300
  • 9ec61ac3 api: namespace, fixed types by Maxim Prokhorov 2023-04-08 21:39:41 +0300
  • 643f0325 wifi: should not assume after-move state is well defined by Maxim Prokhorov 2023-04-08 15:58:29 +0300
  • f9473575 wifi: small static overhead by Maxim Prokhorov 2023-04-08 15:51:09 +0300
  • dbd7e9f4 wifi: can't scan while establishing connection by Maxim Prokhorov 2023-04-07 22:31:57 +0300
  • aa2476e4 wifi: system check just after booting by Maxim Prokhorov 2023-04-07 18:38:17 +0300
  • add82d39 wifi: no ns prefix when already inside of ns by Maxim Prokhorov 2023-04-07 17:12:45 +0300
  • 45384d70 wifi: sleep type and tx power from sdk by Maxim Prokhorov 2023-04-07 16:12:54 +0300
  • c091bc01 utils: return blocking delay condition result by Maxim Prokhorov 2023-04-07 14:43:54 +0300
  • a0c341be (tag: github230330) docs: changelog by Maxim Prokhorov 2023-03-30 20:00:26 +0300
  • b409dc27 relay: unused file by Maxim Prokhorov 2023-03-30 14:14:56 +0300
  • dd375fef sns: local overload by Maxim Prokhorov 2023-03-30 13:57:06 +0300
  • 8817e7fc ci: fix unsed warnings by Maxim Prokhorov 2023-03-28 14:47:44 +0300
  • 02f6c7d0 wifi: compress settings in string views by Maxim Prokhorov 2023-03-28 16:22:04 +0300
  • c45b43cf mqtt: dont display state when disabled by Maxim Prokhorov 2023-03-28 16:21:39 +0300
  • a6031c77 types: real pointer should take precedence over array by Maxim Prokhorov 2023-03-30 11:34:34 +0300
  • a9220eda alexa: namespace by Maxim Prokhorov 2023-03-28 16:23:23 +0300
  • fc74b85e pio: force toolchain update by Maxim Prokhorov 2023-03-27 20:28:26 +0300
  • 4c8a9d3b webui: npm audit by Maxim Prokhorov 2023-03-27 20:23:05 +0300
  • 26fc2abc pio: typo by Maxim Prokhorov 2023-03-27 19:28:59 +0300
  • 481e851d pio: bump platform_latest to 4.2.x by Maxim Prokhorov 2023-03-27 19:22:16 +0300
  • bcb6f6b2 pio: missing default env value by Maxim Prokhorov 2023-03-27 19:20:17 +0300
  • cfab4352 pio: experiment with cachedir by Maxim Prokhorov 2023-03-22 23:23:41 +0300
  • 3be53055 thermostat: use magnitude type not its index by Maxim Prokhorov 2023-03-27 19:06:45 +0300
  • 2e19de7a webui: show message only for real pin-lock failures (#2584) by Indu Prakash 2023-03-17 06:39:03 -0500
  • 31813e22 (refs/pull/2584/head) blobs by Maxim Prokhorov 2023-03-17 14:10:36 +0300
  • f303e44d Show message only for failures by Indu Prakash 2023-03-17 06:03:42 -0500
  • d55c8bec docs: changelog by Maxim Prokhorov 2023-03-15 20:14:32 +0300
  • 3a1e041f gpio: notify about failed locks by Maxim Prokhorov 2023-03-16 14:39:21 +0300
  • 704ddc42 docs: changelog by Maxim Prokhorov 2023-03-15 20:14:32 +0300
  • 175c04ac system: task'ify every pending dns request by Maxim Prokhorov 2023-03-15 17:01:54 +0300
  • 8804de21 utils: redundant implementation by Maxim Prokhorov 2023-03-15 12:45:08 +0300
  • 8f1c44fe sns: decimals aka precision as a setting by Maxim Prokhorov 2023-03-15 12:38:36 +0300
  • 457e47ed wifi: dns is not required for static config by Maxim Prokhorov 2023-03-14 21:53:15 +0300
  • fd7f97eb settings: test conversions properly by Maxim Prokhorov 2023-03-14 17:43:48 +0300
  • 0e861158 system: generic duration parser and sleep commands by Maxim Prokhorov 2023-03-11 17:41:21 +0300
  • 6441a683 rpn: separate sleep operators by Maxim Prokhorov 2023-03-11 16:14:52 +0300
  • 83c9df98 bmx280: suspend and resume by Maxim Prokhorov 2023-03-11 16:04:53 +0300
  • 4f72c60b system: before and after sleep callbacks by Maxim Prokhorov 2023-03-11 16:04:12 +0300
  • 6e3baf30 gpio: short source file paths by Maxim Prokhorov 2023-03-10 01:19:02 +0300
  • 2f6d7ce3 system: light and deep sleep api by Maxim Prokhorov 2023-03-10 01:14:42 +0300
  • 28f3b7da wifi: turned off on boot by Maxim Prokhorov 2023-03-10 01:00:20 +0300
  • 0ab8c855 wifi: revert to no fpm settings by Maxim Prokhorov 2023-03-10 00:59:19 +0300
  • be9de1de gpio: pin mode getter by Maxim Prokhorov 2023-03-10 00:55:53 +0300
  • 7bf88654 mhz219: fix response checks and implement range setting by Maxim Prokhorov 2023-03-05 01:55:52 +0300
  • d86be569 doc: lampi hardware in readme (#2580) by HamedTa 2023-02-11 01:03:17 +0330
  • cc509298 (refs/pull/2580/head) Update README.md by HamedTa 2023-02-10 13:02:57 +0330
  • 2a836af7 Add Lampi hardware section by Hamed 2023-02-10 12:59:20 +0330
  • 670b5d68 wifi: both light and modem sleep modes are used by Maxim Prokhorov 2023-02-05 00:45:03 +0300
  • 9789bba9 wifi: shorter keys for forced sleep by Maxim Prokhorov 2023-02-05 00:44:04 +0300
  • bb4e74d0 wifi: experiment with forced light sleep by Maxim Prokhorov 2023-02-04 21:57:11 +0300
  • 44c08259 (refs/pull/2579/head) Add Lampi section by HamedTa 2023-02-03 22:43:27 +0330
  • 4717e8fd Add lampi section by HamedTa 2023-02-03 22:39:18 +0330
  • 008ea051 Add lampi section by HamedTa 2023-02-03 22:37:39 +0330
  • 0a6dd673 (refs/pull/2578/merge) Merge d2a69f1fd0 into 0db47f5ec9 by HamedTa 2023-02-03 17:45:22 +0000
  • d2a69f1f (refs/pull/2578/head) Update wifi.cpp by HamedTa 2023-02-03 21:15:18 +0330
  • be925ef5 Remove light status check before go to light Sleep by HamedTa 2023-02-03 19:13:28 +0330
  • e0995e36 Add a default value to wakeup button pin by HamedTa 2023-02-03 18:39:45 +0330