Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | bits: add intents | turret | |
2024-03-30 | net: event handler | turret | |
in subsys.h: include init.h to ensure l5_initcall availability also: add example/ directory to provide some user-code in the skeleton (will likely be made defunct as i make the remainder of the skeleton, such as a /ping command and user action and maybe some buttons, which will require more organisation) | |||
2024-03-30 | *: directory changes | turret | |
since this project is a skeleton and not meant to clutter up the code that will actually consume the bot, i've opted to consolidate the majority of files under a single directory and minimise extra files *: move code to util/ *: move include files to include/dbs/ net: consolidate net functions into single file config: remove config |