You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing and testing the web interface, it's handy not to bother with reflashing an ESP32 each time. The idea is to mimic the ESP using a mock/stub server that responds to HTTP POST and GET requests.
Currently a first draft at this is in the ft_mockapi branch. To run it do
% cd interface
% npm run dev
The hardcoded data is limited at the moment and can be easily extended by changing the file /mock-api/server.js
The text was updated successfully, but these errors were encountered:
When developing and testing the web interface, it's handy not to bother with reflashing an ESP32 each time. The idea is to mimic the ESP using a mock/stub server that responds to HTTP POST and GET requests.
Currently a first draft at this is in the
ft_mockapi
branch. To run it do% cd interface % npm run dev
The hardcoded data is limited at the moment and can be easily extended by changing the file
/mock-api/server.js
The text was updated successfully, but these errors were encountered: