bump node_db max_count to 80

This commit is contained in:
Jm Casler
2022-03-29 20:06:32 -07:00
parent 9480f591e3
commit c1ec842454
7 changed files with 8 additions and 36 deletions

View File

@@ -22,12 +22,9 @@ typedef enum _HardwareMessage_Type {
/* Struct definitions */
/* An example app to show off the module system. This message is used for
REMOTE_HARDWARE_APP PortNums.
Also provides easy remote access to any GPIO.
In the future other remote hardware operations can be added based on user interest
(i.e. serial output, spi/i2c input/output).
FIXME - currently this feature is turned on by default which is dangerous
because no security yet (beyond the channel mechanism).
It should be off by default and then protected based on some TBD mechanism