Updated rboot to #75ca33b including the flash write bug.

This commit is contained in:
Johan Kanflo 2016-04-07 20:29:28 +02:00
parent 02c35d8a71
commit 9c49134d61
9 changed files with 505 additions and 130 deletions

View file

@ -14,13 +14,15 @@
#include "ssid_config.h"
#include "ota-tftp.h"
#include "rboot-ota.h"
#include "rboot-integration.h"
#include "rboot.h"
#include "rboot-api.h"
void user_init(void)
{
uart_set_baud(0, 115200);
rboot_config_t conf = rboot_get_config();
rboot_config conf = rboot_get_config();
printf("\r\n\r\nOTA Basic demo.\r\nCurrently running on flash slot %d / %d.\r\n\r\n",
conf.current_rom, conf.count);