I am getting an error while compiling the firmware "implicit function declaration".
What should I do?
compilation error
-
gaurav
- Posts: 82
- Joined: Mon May 08, 2017 9:49 am
You do not have the required permissions to view the files attached to this post.
-
gaurav
- Posts: 82
- Joined: Mon May 08, 2017 9:49 am
You do not have the required permissions to view the files attached to this post.
-
gaurav
- Posts: 82
- Joined: Mon May 08, 2017 9:49 am
Got this error now.
You do not have the required permissions to view the files attached to this post.
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
Also you don't have function implementation.
Add this below to your board_file.c
void ICACHE_FLASH_ATTR supla_esp_board_send_channel_values_with_delay(void *srpc) {
// ..... your code
}
Add this below to your board_file.c
void ICACHE_FLASH_ATTR supla_esp_board_send_channel_values_with_delay(void *srpc) {
// ..... your code
}
SUPLA.... Nareszcie w domu.
