Mongoose OS 也是类似js的语法
Mongoose-os是一个基于javascript的固件和IDE环境,其支持ESP8266、ESP32、以及CC3200。
Mongoose-os的官方站点是:https://mongoose-os.com/
其github地址是:https://github.com/cesanta/mongoose-os
安装说明
https://mongoose-os.com/docs/mongoose-os/quickstart/setup.md
macos下要用Homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
最后再运行一次
source /Users/lei/.zprofile
然后官网按照提示
brew tap cesanta/mos
brew install mos
mos
第一步一直提示unable to access 'https://github.com/cesanta/homebrew-mos/' 手动访问一下果然又被墙了,挂全局梯子继续