mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
fix:ota失败时无数据返回的问题
版本0.4
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
extern void user_led_set(char x);
|
||||
extern void key_init(void);
|
||||
extern void user_relay_set( char x, char y );
|
||||
extern void user_relay_set(unsigned char x,unsigned char y );
|
||||
extern void user_relay_set_all( char y );
|
||||
extern bool relay_out( void );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user