mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-07 02:26:49 +01:00
Deleted NexCid and NexPid.
Signed-off-by: shennongmin <wupangfee@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* Constructor,inherited NexTouch's constructor function.
|
||||
*
|
||||
*/
|
||||
NexButton::NexButton(NexPid pid, NexCid cid, const char *name)
|
||||
NexButton::NexButton(uint8_t pid, uint8_t cid, const char *name)
|
||||
:NexTouch(pid, cid, name)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user