Commit Graph

25 Commits

Author SHA1 Message Date
cdf15801f4 BK7231N OTA support - not tested yet (the OTA address seems different) 2022-02-19 15:47:15 +01:00
25553af26a json bugfix 2022-02-18 09:08:53 +00:00
ed189a0f07 bugfix for POST /api/pins 2022-02-18 09:03:25 +00:00
9090951f40 add GET /api/flash/<hexstart>-<hexend> to read any part of flash
e.g. http://192.168.1.176/api/flash/1e0000-1000
reads RF setup table
add POST /api/flash/<hex addr> to WRITE anywhere after 0x132000
2022-02-17 07:57:52 +00:00
44e09f42d3 fix webapp url cfg save! 2022-02-16 19:48:19 +00:00
4efe96af49 Merge remote-tracking branch 'origin/main' into mods 2022-02-16 18:54:33 +00:00
271ea04778 add more in /api/info 2022-02-16 18:51:59 +00:00
e827202693 restart button, fix windows build 2022-02-16 16:58:49 +01:00
819628ef39 add obktype in app html - in case we need the webapp to adapt....
Add a link to webapp in native cfg
2022-02-16 09:12:35 +00:00
6dfcaa85b6 convert to new flash_config functions. add webapp config. 2022-02-13 22:16:21 +00:00
43f3c635f7 Merge remote-tracking branch 'origin/main' into mods 2022-02-13 19:24:48 +00:00
9b3ae23e75 start of flash_config 2022-02-13 19:24:39 +00:00
2cedcab2c5 fix btsimonh #define to exclude LittleFS 2022-02-13 16:08:10 +01:00
785d190689 add GET /api/info -> JSON {"uptimes":n, "build":"build time"} 2022-02-13 08:46:58 +00:00
bdf2b4c1e0 remove malloc logs 2022-02-12 17:47:06 +00:00
3edb0a8b72 lfs file endpoints - POST /api/lfs/folder/filename to write a file. GET /api/lfs/folder/filename to read/serve a file.
add reboot POST /api/reboot
add OTA POST /api/ota
add fs backup GET /api/fsblock
add fs flash POST /api/fsblock
2022-02-12 11:11:23 +00:00
104b445d4a Add littlefs (https://github.com/littlefs-project/littlefs)
Add obk_config.h as a General build control include.
2022-02-11 08:39:20 +00:00
570702dc05 rest API for logconfig, also post to /api/pins should now work (untested). 2022-02-10 22:07:30 +00:00
dd25a5a993 Logging update to include level and feature codes. 2022-02-10 21:07:38 +00:00
f18a026567 update app address 2022-02-09 08:58:02 +00:00
dd5e31888a enabe webapp without hardcoding device IP 2022-02-08 20:31:08 +00:00
62fb793019 working json, plus some bugfixes 2022-02-08 18:45:31 +00:00
4174b08997 merge fixup 2022-02-08 17:31:50 +00:00
6a66798f9d add json parser? 2022-02-08 17:27:40 +00:00
602b82b943 add remote app ('rest_interface.c') 2022-02-07 22:29:39 +00:00