Kevin Hester
|
917090856f
|
partial for #681: Never let stale nodeinfos/positions stay in xmit queue
|
2021-02-11 18:19:43 +08:00 |
|
Jm
|
7129a19f35
|
#654 Add reference to documentation
|
2021-01-30 09:36:17 -08:00 |
|
Jm
|
6cef3e41e7
|
Update comments and use radioConfig
|
2021-01-30 09:17:40 -08:00 |
|
Jm
|
aee81c8dcd
|
#654 - Add comments on what the config does
|
2021-01-29 19:35:03 -08:00 |
|
Jm
|
9e736ab0d7
|
#654 Fix gpio initilization
|
2021-01-28 23:16:10 -08:00 |
|
Jm
|
85752b0fc7
|
#654 - Fixed problem with class namespaces.
|
2021-01-28 23:02:00 -08:00 |
|
Jm Casler
|
c524732849
|
#654 - Non blocking call to toggle the output.
|
2021-01-27 21:35:07 -08:00 |
|
Jm Casler
|
5e303f8a1f
|
#654 - Work in progress. Needs testing, non-blocking alert and integration with configuration
|
2021-01-27 21:20:18 -08:00 |
|
Jm
|
2246564279
|
#654 - Small changes.
|
2021-01-27 20:06:39 -08:00 |
|
Jm
|
eff0c1fe89
|
#654 - Partial work for the LED/Speaker.
Framework is done. Just need to blink a few things and update protobufs.
|
2021-01-27 19:18:16 -08:00 |
|
Jm
|
af0a1b5db5
|
Update comments of SerialPlugin
|
2021-01-20 19:02:08 -08:00 |
|
Jm
|
fa8cc74141
|
Update to Serial Plugin to make it easy to override the device configuration
|
2021-01-17 15:40:25 -08:00 |
|
Jm
|
20b8d2c4a5
|
Set the port to PortNum_SERIAL_APP
|
2021-01-16 22:41:33 -08:00 |
|
Jm
|
73ae151971
|
Added serialplugin_timeout to SerialPlugin
|
2021-01-16 22:39:28 -08:00 |
|
Jm Casler
|
f4806c9dd7
|
Merge branch 'serial' into master
|
2021-01-16 22:35:56 -08:00 |
|
Jm
|
79532210e8
|
SerialPlugin - Update comments with better instructions
|
2021-01-16 22:31:56 -08:00 |
|
Jm
|
d7f26493a5
|
Update to SerialPlugin to take advantage of the configs
|
2021-01-16 22:27:33 -08:00 |
|
Jm
|
cafe00e463
|
Update of serialplugin
|
2021-01-16 19:40:47 -08:00 |
|
Jm
|
dbf0569e29
|
Update comments for serial pins recommended by @ryguy
|
2021-01-14 22:36:51 -08:00 |
|
Jm
|
bd85736226
|
SerialPlugin - Exclude working on non esp32 platforms.
|
2021-01-14 21:59:26 -08:00 |
|
Jm
|
e39506824d
|
Added more comments
|
2021-01-14 18:08:23 -08:00 |
|
Jm
|
f68a31ab28
|
serialplugin - ability to configure ACK
|
2021-01-13 23:21:55 -08:00 |
|
Jm
|
b1181deb58
|
serialplugin - Added my todo list
|
2021-01-13 23:02:13 -08:00 |
|
Jm
|
89b32dd7ee
|
Fix comments in serial plugin
|
2021-01-13 22:51:36 -08:00 |
|
Jm
|
c54e87f9a2
|
Update SerialPlugin.cpp
Added documentation.
|
2021-01-13 22:50:02 -08:00 |
|
Jm
|
eee7e1de57
|
Update to serial plugin
|
2021-01-13 22:39:11 -08:00 |
|
Jm
|
3c60df1565
|
Partial work on the SerialPlugin
|
2021-01-13 20:22:59 -08:00 |
|
Kevin Hester
|
7aacfd66ef
|
add assertIsSetup() and use it from OSThread constructor
fixes nasty bug @mc-hamster discovered with plugin order of operations
|
2021-01-08 13:15:49 +08:00 |
|
Kevin Hester
|
94a47dba7d
|
fix #624 - update battery level and current time on mynodeinfo
|
2021-01-04 09:59:53 +08:00 |
|
Kevin Hester
|
34faea6100
|
fix #622 - we might not have a local position yet early in the boot
|
2021-01-03 20:11:26 +08:00 |
|
Jm
|
7716d62018
|
Remove old comment
|
2020-12-30 15:16:04 -08:00 |
|
Kevin Hester
|
6e31ba30c7
|
move generated protobuf c code to own directory
|
2020-12-30 12:34:22 +08:00 |
|
Kevin Hester
|
412916ba7c
|
fix printf format for 64 bits
|
2020-12-21 11:13:30 +08:00 |
|
Kevin Hester
|
e80c79edbe
|
clean up debug msgs
|
2020-12-13 15:59:26 +08:00 |
|
Kevin Hester
|
ee8f4de5ab
|
make plugin reply handling simpler
|
2020-12-13 12:57:37 +08:00 |
|
Kevin Hester
|
1e5d0b25ad
|
Add doc note about threading and use OSThread to make GPIO watching work
Thanks to @mc-hamster for the idea
|
2020-12-11 18:29:32 +08:00 |
|
Kevin Hester
|
b9f1ce70cb
|
begin plugin-api tutorial
|
2020-12-11 09:11:53 +08:00 |
|
Kevin Hester
|
a0076eb394
|
better position debug output
|
2020-12-09 13:42:36 +08:00 |
|
Kevin Hester
|
4bd22dd5db
|
ignore our own msgs for gpio ctrl
|
2020-12-08 08:16:58 +08:00 |
|
Kevin Hester
|
79a24c200e
|
use autogened protobuf init code
|
2020-12-07 10:27:31 +08:00 |
|
Kevin Hester
|
90060e84c0
|
WIP on GPIO example
|
2020-12-07 10:18:11 +08:00 |
|
Kevin Hester
|
8f5a1f19d3
|
add remote gpio control as an example plugin
https://github.com/meshtastic/Meshtastic-device/issues/182
|
2020-12-06 18:33:42 +08:00 |
|
Kevin Hester
|
3e0dc44210
|
move want_replies into new plugin system
|
2020-12-05 11:15:06 +08:00 |
|
Kevin Hester
|
b6e21bcbcd
|
add SinglePortPlugin to simpilify api
|
2020-12-05 10:14:15 +08:00 |
|
Kevin Hester
|
ae7d3ee5ed
|
move nodeinfo messages into new plugin system
|
2020-12-05 10:00:46 +08:00 |
|
Kevin Hester
|
d3cb9bdd4a
|
WIP moving positions to new system
|
2020-12-03 16:48:44 +08:00 |
|
Kevin Hester
|
7737123d0f
|
begin moving position stuff into plugin
|
2020-11-28 18:10:31 +08:00 |
|
Kevin Hester
|
0b0d293a66
|
Move text message handling into the new plugin system
|
2020-11-28 12:10:19 +08:00 |
|