Fix incorrect max for INT32

This commit is contained in:
DonLakeFlyer 2021-07-20 09:36:19 -07:00 committed by Daniel Agar
parent 78ecad6170
commit 0af1716864
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ PARAM_DEFINE_INT32(TRIG_PINS, 56);
*
*
* @min 0
* @max 4294967040
* @max 2147483647
* @decimal 0
* @reboot_required true
* @group Camera trigger